Your Webhosting Questions
Answered by the Webhosting Experts
Tags
...
...

How do I fix SSL login for cPanel whm on port 2087?

Solution

Maybe you are missing the symlink. Try the following via SSH while logged in as root:

cd /usr/lib
ln -s libssl.so.0 libssl.so.4
ln -s libcrypto.so.0 libcrypto.so.4
ln -s libcrypto.so.0.9.7a* /lib/libcrypto.so.4
ln -s libssl.so.0.9.7a* /lib/libssl.so.4
cd /lib
ln -s libssl.so.0.9.7a libssl.so.0.9.7
ln -s libcrypto.so.0.9.7a libcrypto.so.0.9.7
/usr/local/cpanel/startstunnel

If Net_SSLeay needs to be reinstalled:

cd /usr/local/cpanel/src/3rdparty/perl/Net_SSLeay.pm-1.25
perl Makefile.PL
make
make install
/etc/init.d/cpanel restart

Need More Personalized Help?

If you have any further issues, questions, or would like some assistance checking on this or anything else, please reach out to us from your my.hivelocity.net account and provide your server credentials within the encrypted field for the best possible security and support.

If you are unable to reach your my.hivelocity.net account or if you are on the go, please reach out from your valid my.hivelocity.net account email to us here at: [email protected]. We are also available to you through our phone and live chat system 24/7/365.

Tags +
...