14 messages in ru.sysoev.nginxRe: Multiple SSL
FromSent OnAttachments
Eire AngelMay 28, 2008 8:07 am 
jeff emmingerMay 28, 2008 9:20 am 
CalomelMay 28, 2008 9:34 am 
Corey DonohoeMay 28, 2008 9:43 am 
Sean AllenMay 28, 2008 4:09 pm 
Eire AngelMay 28, 2008 7:17 pm 
CalomelMay 29, 2008 7:57 am 
Eire AngelMay 29, 2008 9:16 am 
Ed WMay 29, 2008 10:24 am 
CalomelMay 29, 2008 12:32 pm 
Ed WMay 29, 2008 4:32 pm 
eliottMay 29, 2008 9:41 pm 
Sean AllenJun 4, 2008 3:32 pm 
Sean AllenJun 5, 2008 8:14 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 SSLActions...
From:Corey Donohoe (atmo@public.gmane.org)
Date:May 28, 2008 9:43:19 am
List:ru.sysoev.nginx

We bind extra SSL sites to 444,445,etc to avoid these issues. We run an lvs load balancer in front of them and assign a public IP per SSL server instance. So external ip #1 443 routes to internal 443 and external ip #2 443 routes to internal 444. It greatly simplified things for us but it might not be an option for everyone.

On May 28, 2008, at 9:07 AM, Eire Angel
<chrisangileri-/E159@public.gmane.org> wrote:

I just added a second SSL site to Nginx uising two different certs. The problem is that both sites are pulling the one cert. I have each of them served on 443 and serving their own domains. Just like i would think port 80 to work with multiple sites but its not. Is there another port i should use for the second instance say 444 ? and just action that in rails ? anyone experience similar ?