If you are unable to login into WHM because of ssl error (An error occurred during a connection to. Peer's Certificate has been revoked. (Error code: sec_error_revoked_certificate)
You would be able to disable those options from the shell. Please follow the steps provided below for the same,
1.) SSH to your server as root
2.) Open
# vi /var/cpanel/cpanel.config and set the following options to 0 (zero).
alwaysredirecttossl
requiressl—-
alwaysredirecttossl=0
requiressl=0
—–
3.) Save the file and exit.
===================================
==================================