4 messages in ru.sysoev.nginxRe: SSL not initialized properly in a...
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:Re: SSL not initialized properly in a server section containing a syntax error in the server_name directiveActions...
From:Igor Sysoev (is-G@public.gmane.org)
Date:Jun 27, 2008 6:47:31 am
List:ru.sysoev.nginx

On Fri, Jun 27, 2008 at 09:32:24AM -0400, Just Marc wrote:

nginx treats this as

server_name hostname.com ssl on;

The problem is that "ssl" and "on" may be valid server names.

The server_name directive now checks only "/" symbols in name and issues warning

server name "..." has strange symbols

to prevent

server_name hostname.com access_log /path/to/log;

and so.

Maybe we should have a bit that says which directives are allowed to span multiple lines?

Any directives:

location / { root /path/to/root ; }

This doesn't feel robust enough now.

Yes, anything has its trade offs.