Multiple SSL certificates

Dave Cheney dave at cheney.net
Tue Oct 21 13:40:16 MSD 2008


> server {
> listen IP2:443;
> ...
> }
>
> But Nginx fails to start, and testing the configuration file returns a
> failure but no error message.

Hmmm, that sounds weird. Set your error log to debug and HUP nginx  
again while tailing the file. If you can kill -TERM nginx, make sure  
its stopped and try starting it again. If it can't start, because of  
some config error, I believe it will print it to stderr.

Cheers

Dave






More information about the nginx mailing list