Sometimes, you may face issues browsing your WHM (WebHost Manager) using SSL port 2087. Check in cPanel error logs (/usr/local/cpanel/logs/error_logs) for the exact reason. It may be due to incorrect version of perl module. Below are the possible solutions:
1. check perl module.
/usr/local/cpanel/bin/checkperlmodules
/scripts/perlinstaller --force Net::SSLeay
2. Rebuild the NET::SSLeay using below steps:
cd /usr/local/cpanel/src/3rdparty/perl/
make netssleay
make netssleayinstall
Thanks!
1. check perl module.
/usr/local/cpanel/bin/checkperlmodules
/scripts/perlinstaller --force Net::SSLeay
2. Rebuild the NET::SSLeay using below steps:
cd /usr/local/cpanel/src/3rdparty/perl/
make netssleay
make netssleayinstall
Thanks!