6 messages in ru.sysoev.nginxRe: SSL Questions
FromSent OnAttachments
Alan WilliamsonFeb 17, 2009 10:57 pm 
Kurt HansenFeb 18, 2009 5:46 am 
Igor SysoevFeb 18, 2009 5:51 am 
Alan WilliamsonFeb 18, 2009 6:22 am 
Igor SysoevFeb 18, 2009 6:23 am 
Kurt HansenFeb 18, 2009 6:55 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: SSL QuestionsActions...
From:Igor Sysoev (is@rambler-co.ru)
Date:Feb 18, 2009 5:51:45 am
List:ru.sysoev.nginx

On Wed, Feb 18, 2009 at 06:57:37AM +0000, Alan Williamson wrote:

Good day one and all. I would like to ask some specific SSL questions that I am sure will be easy enough. SSL has the requirement that only certificate can be loaded per IP address.

With that in mind can nginx handle hosting multiple virtual host SSL sites all listening to on IP's?

nginx can, but browsers would certainly not like this.

There is some workarounds, however:

http://wiki.cacert.org/wiki/VhostTaskForce http://en.wikipedia.org/wiki/Server_Name_Indication

And can I accept a "https://myhost.com/" and then load balance (proxy) that internally to normal "http://" backends?

Yes.