atom feed7 messages in ru.sysoev.nginxRe: ssl, (no) default and sni
FromSent OnAttachments
GerMalazDec 2, 2009 1:19 am 
Igor SysoevDec 2, 2009 2:14 am 
Maxim DouninDec 2, 2009 2:32 am 
Igor SysoevDec 2, 2009 2:41 am 
Maxim DouninDec 2, 2009 3:02 am 
GerMalazDec 2, 2009 10:42 am 
Igor SysoevDec 2, 2009 11:24 pm 
Subject:Re: ssl, (no) default and sni
From:Igor Sysoev (ig@sysoev.ru)
Date:Dec 2, 2009 2:14:48 am
List:ru.sysoev.nginx

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 _; }