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 2:17:21 pm
List:ru.sysoev.nginx

Yup - that is most likely because inside your VM container, the real IPs for www.digiprof.eu and www.digiprof.fr are not bound. You mentioned before that this VM only had access to an internal nat, so the only IP's that could be bound were 10.0.0.0/8s. Is this correct ?

If so, you will have to port forward both IPs to SEPERATE NAT'ed IPs in the 10.0.0.0/8 range, then configure separate VIPs inside your virtualized OS to listen on those VIPs, then use those VIPs in place of the real IPs in your nginx config.

Are you able to do your testing on a machine with real IP's rather than a virtualized container, as the configuration of your container, not nginx, has been most of the meat of this discussion ?

Cheers

Dave

On 22/10/2008, at 2:58 AM, Thomas wrote:

Port 443 is forwarded from my hypervisor to the Nginx VM. Everything works fine if I remove the IP in the listen. It's a pretty basic configuration of Nginx I guess.