ssl, (no) default and sni
Igor Sysoev
igor at sysoev.ru
Wed Dec 2 13:15:11 MSK 2009
On Wed, Dec 02, 2009 at 04:20:14AM -0500, GerMalaz wrote:
> Any chance to allow
>
> listen 443 ssl;
>
> this is, NO "default", if SNI is available?
I do not understand what do you want to reach, but since 0.8.21 nginx
allows to set listen socket options and features not in default server:
server {
listen 443 ssl;
server_name name;
}
server {
listen 443 default_server;
server_name _;
}
--
Igor Sysoev
http://sysoev.ru/en/
More information about the nginx
mailing list