Announcement

Collapse
No announcement yet.

How to solve problem of accessing WHM with https port 2087?

Collapse

Unconfigured Ad Widget

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to solve problem of accessing WHM with https port 2087?

    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!
Working...
X