Control Web Panel

WebPanel => Apache => Nginx => Topic started by: iotivedo on July 19, 2018, 05:36:27 AM

Title: NGINX and SSL issue
Post by: iotivedo on July 19, 2018, 05:36:27 AM
I need to switch to "apache only" after I installed an autoSSL certificate on one of my domains.

If I try to switch again to "Apache + nginx" I got this error:

Nginx ERROR Detected ! nginx: [emerg] host not found in "null:443" of the "listen" directive in /etc/nginx/conf.d/guidadelgusto.com_ssl.conf:4 nginx: configuration file /etc/nginx/nginx.conf test failed

If I delete the new certificate I can switch to "apache + nginx" without problem.
Title: Re: NGINX and SSL issue
Post by: studio4host on July 19, 2018, 07:17:01 AM
looks like IP address is missing for your account/domain as you get "null:443" try to check if ip is correctly set for that account.
If you still face the issue the best would be to contact cwp support team to check it
http://centos-webpanel.com/contact
Title: Re: NGINX and SSL issue
Post by: zenben on November 22, 2018, 08:55:25 AM
Go to » https://YOURSERVERIP:2031/admin/index.php?module=list_domains
and delete the domain "guidadelgusto.com"
This will also delete the SSL certificate and your problem .conf file.
Check it, if it is still there delete "/etc/nginx/conf.d/guidadelgusto.com_ssl.conf" manually over SSH or FTP!

Then go to https://YOURSERVERIP:2031/admin/index.php?module=add_domain 
and add the domain again.
Now you should be fine with SSL and with "Apache + nginx".