[BUG] Nginx + SSL nginx.cong

MtK

Verified User
Joined
Aug 2, 2007
Messages
412
Hey,
when a domain has the Secure SSL option enabled, but no SSL is actually set, the NGINX's cannot reload:
Code:
nginx: [emerg] BIO_new_file("/etc/httpd/conf/ssl.crt/server.crt") failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/etc/httpd/conf/ssl.crt/server.crt','r') error:2006D080:BIO routines:BIO_new_file:no such file)
nginx: configuration file /etc/nginx/nginx.conf test failed
disabling this option or setting an SSL solve this issue, but this needs to be fixed, since it brings the entire NGINX/Server down.


when the option is disable, NGINX needs to be manually reloaded/restarted, otherwise service remains down!

MtK
 
It seems like a fatal annoying bug. There should be a test to make sure the file exists before enabling the ssl at least.
 
It seems like a fatal annoying bug. There should be a test to make sure the file exists before enabling the ssl at least.
yeah, that's why I marked it as bug, but I have no idea if anyone saw it...
 
Back
Top