29 messages in ru.sysoev.nginxRe: Multiple SSL certificates
FromSent OnAttachments
ThomasOct 21, 2008 1:33 am 
Dave CheneyOct 21, 2008 1:58 am 
ThomasOct 21, 2008 2:03 am 
ThomasOct 21, 2008 2:22 am 
Dave CheneyOct 21, 2008 2:35 am 
Dave CheneyOct 21, 2008 2:39 am 
ThomasOct 21, 2008 2:41 am 
Igor SysoevOct 21, 2008 2:49 am 
Dave CheneyOct 21, 2008 2:50 am 
Igor SysoevOct 21, 2008 2:51 am 
ThomasOct 21, 2008 2:51 am 
Igor SysoevOct 21, 2008 2:52 am 
ThomasOct 21, 2008 3:05 am 
Dave CheneyOct 21, 2008 3:35 am 
ryo satoOct 21, 2008 3:51 am 
ThomasOct 21, 2008 6:37 am 
Dave CheneyOct 21, 2008 6:46 am 
ThomasOct 21, 2008 7:38 am 
Igor SysoevOct 21, 2008 7:54 am 
ThomasOct 21, 2008 8:09 am 
Igor SysoevOct 21, 2008 8:15 am 
ThomasOct 21, 2008 8:30 am 
ryo satoOct 21, 2008 8:35 am 
Igor SysoevOct 21, 2008 8:36 am 
ThomasOct 21, 2008 8:57 am 
ThomasOct 21, 2008 9:15 am 
Dave CheneyOct 21, 2008 2:17 pm 
ThomasOct 21, 2008 3:34 pm 
ThomasOct 22, 2008 5:05 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: Multiple SSL certificatesActions...
From:Dave Cheney (da@cheney.net)
Date:Oct 21, 2008 1:58:17 am
List:ru.sysoev.nginx

SSL is negotiated at the connection level, before the http headers are transmitted.

You will need to setup a separate IP for each SSL certificate you wish to host.

Cheers

Dave

On 21/10/2008, at 7:33 PM, Thomas wrote:

Hi,

I can't manage to define multiple SSL certificates for each of my server {} directive.

Only 1 SSL certificate is being sent by Nginx, thus creating warnings in my browser when I want to access a different domain name which uses a different certificate. Is that possible to do? In each server {} block I have defined the exact server_name so Nginx should know where to go.