SSL issue after rebooting the server

#1
Hi,

We have recently convert our cPanel server (Apache) to Litespeed Web server with trial period. All is successfully converted but we are facing an issue with https (SSL). The https is not working after reboot of server.
To make it working back we have to gracefully restart the Litespeed web server then all is working perfect until next reboot.

Does any one have any idea about this issue? Please let us know what could be the reason for this and how can we fix this issue.

Bharat.
 

NiteWave

Administrator
#2
if so, likely bug. we need more info to identify the root cause. are the https sites assigned dedicated IPs? I received other report like this.
 
#3
Appreciate your Quick response.

Yes we have assigned dedicated IPs to that site for which we have already installed SSL.
It was working perfect with Apache but in Litespeed we have to restarts it for once after server reboot.
 

NiteWave

Administrator
#4
not sure if you can do a more test to confirm it's dedicated IP issue.

SSL cert can bundle with a domain name in litespeed, not necessary always with an IP.

can you make a configuration change in httpd.conf (I don't know yet since no test env), so that not assign a dedicated IP to https virtual host, see if this site is ok after cold start. (you can try this on command line: /usr/local/lsws/bin/lswsctrl stop; wait a few seconds; ensure "ps -ef|grep litespeed" is empty; then "/usr/local/lsws/bin/lswsctrl start", so without rebooting the server)

or a simple way, to check /usr/local/apache/logs/error_log, if any log message in it after litespeed start up.
 
Top