4 messages in ru.sysoev.nginxSSL not initialized properly in a ser...
FromSent OnAttachments
Just MarcJun 27, 2008 5:47 am 
Igor SysoevJun 27, 2008 6:20 am 
Just MarcJun 27, 2008 6:32 am 
Igor SysoevJun 27, 2008 6:47 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:SSL not initialized properly in a server section containing a syntax error in the server_name directiveActions...
From:Just Marc (marc@public.gmane.org)
Date:Jun 27, 2008 5:47:45 am
List:ru.sysoev.nginx

Hi Igor,

The below configuration causes SSL not to be initialized for that server section, silently. nginx listens on the port but rejects SSL connections as "client sent invalid method while reading client request line ... " as shown by the error log file, which was put in debug mode to figure this out.

Tested with version 0.6.31.

server { listen x.x.x.x:443; server_name hostname.com <- notice the lack of ;

ssl on; ssl_protocols SSLv3 TLSv1; ... }

Thanks