Author Topic: NGINX and SSL issue  (Read 9211 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
NGINX and SSL issue
« 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.

Offline
*
Re: NGINX and SSL issue
« Reply #1 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
VPS & Dedicated server provider with included FREE Managed support for CWP.
http://www.studio4host.com/

*** Don't allow that your server or website is down, choose hosting provider with included expert managed support for your CWP.

Offline
*
Re: NGINX and SSL issue
« Reply #2 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".