Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Sat Jun 05, 2010 11:56 am 
Offline
Senior Newbie

Joined: Fri Jun 04, 2010 10:47 pm
Posts: 7
Hi guys,

I have been wondering, does the following setting support SNI (Server Name Indication) ?

Nginx 0.7.65
OpenSSL 0.9.8k

nginx -V: indicates it has SNI enabled.
openssl version -a: I don't know which parameter to check, but I am pretty sure openssl 0.9.8j+ has SNI support compiled by default.

but when I try to add different SSL certificates, only one certificate is passed for all vhosts (ie. different domains), which of course produce certificate mis-match error.

I use Firefox 3.6.3, which should support SNI natively.
I have also done the same thing with apache2 before, which works on firefox.

I have no idea what I am missing from nginx vhost conf. file.

listen 443;
ssl on;
ssl_certificate /etc/nginx/ssl/www.domain.tld.crt;
ssl_certificate_key /etc/nginx/ssl/www.domain.tld.key;

Any ideas?


Top
   
 Post subject:
PostPosted: Mon Jun 07, 2010 12:54 pm 
Offline
Senior Newbie

Joined: Fri Jun 04, 2010 10:47 pm
Posts: 7
just a quick update for ppl interested:
It does work! With default package! No compile headache!
though you should make sure you have correct setting for each vhost (ie. server {...} in nginx)

ref: http://wiki.nginx.org/NginxHttpSslModule


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group