I have lost access to WHM
I receive this "ssl_error_rx_record_too_long" error when I try to log in whm /https://cp-nl-1.domain.com:2087.
This are the last operations I did before starting receiving this error:
- Modify hostname. Before it was named "panel.domain.com", then renamed as "cp-nl-1.domain.com"
- Delete DNS zone for "panel.domain.com"
- Add DNS zone for "cp-nl-1.domain.com"
- Reset certificate for cPanel/WHM
- Install a new signed certificate for cp-nl-1.domain.com
- Modify cipher suite to: ALL:!RC4:!LOW!:!MEDIUM:!ADH:!AECDH:!MD5:!DSS
- Restart Http via WHM menu.
After that, I am receiving this error, avoiding login to WHM, cPanel, Webmail, etc...
I have force redirect to SSL, so no way to login via a non-secure port.
Any idea about solving this?
-
In /var/cpanel/cpanel.config, change the following items: alwaysredirecttossl=1 requiressl=1
to:alwaysredirecttossl=0 requiressl=0
Those two lines may not be together in the file, but both entries will be present. Change both of them. Finally, restart cPanel using this command:# /usr/local/cpanel/startup
You should now be able to access the WebHost Manager via port 2086. You may need to clear your browser cache, because browsers almost always cache the redirect to the SSL port.0
Please sign in to leave a comment.
Comments
1 comment