Webmail not loading

If Whm/Cpanel/Webmail is not loading in ssl mode (2087/2083/2096) then first you can try

httpd (stop/start/restart)

If it not works then https authentication is usually run by the stunnel for c-panel; and since the error is shown only when data transfer using stunnel is done; you can try a stunnel restart.

do the following:
===============
ps ax | grep stunnel
===============

you will get a pid for the current running stunnel. Kill it via:
===============
kill -9 pid
===============

now start stunnel: /usr/local/cpanel/etc/init/startstunnel
==============================================
then restart exim and cpanel via the “/etc/rc.d/init.d/” start/stop directives.

***************************************
OR simply

start stunnel: /usr/local/cpanel/etc/init/startstunnel

g33kadmin

I am a g33k, Linux blogger, developer, student and Tech Writer for Liquidweb.com/kb. My passion for all things tech drives my hunt for all the coolz. I often need a vacation after I get back from vacation....

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.