10 messages in ru.sysoev.nginxRe: Multiple ssl certs for the same IP?
FromSent OnAttachments
Rt IbmerMay 4, 2008 9:54 am 
Adam ZellMay 4, 2008 10:01 am 
Grzegorz NosekMay 4, 2008 10:11 am 
Rt IbmerMay 4, 2008 1:55 pm 
Ed WMay 4, 2008 3:07 pm 
Rt IbmerMay 4, 2008 6:25 pm 
Igor SysoevMay 4, 2008 9:58 pm 
Igor SysoevMay 4, 2008 10:19 pm 
Igor SysoevMay 4, 2008 11:36 pm 
Ed WMay 29, 2008 10:23 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 certs for the same IP?Actions...
From:Ed W (list@public.gmane.org)
Date:May 29, 2008 10:23:29 am
List:ru.sysoev.nginx

This extension is called SNI. It supported by IE7, but only under Vista, and I'm not sure will MS add these crypto DLLs in XP. Also SNI is supported by Opera8 and Firefox2. To support SNI from nginx side OpenSSL-0.9.9 is required, that is currently in developing stage.

It appears that SNI support has been backported to at least OpenSSL 0.9.8g ? You need to specify --enable-tlsext when building openssl

What else is required on the nginx side in order to test TLS upgrades? Does someone have a sample config showing this working on some web browser?

Cheers