Temmy

Registered
May 25, 2022
3
0
1
Nigeria
cPanel Access Level
Root Administrator
Good day all

I was making an edit on my SSL/TLS configuration. In the TLS section I added a dot when I was saving the TLS string I cant seem to access my WHM anymore. When I browse the :2087 I get
This site can’t provide a secure connection
67-205-129-240.cprapid.com sent an invalid response.


ERR_SSL_PROTOCOL_ERROR

Please how do I undo this addition?
Tried finding a way to chat up Cpanel support to no avail
 
Last edited by a moderator:

cPRex

Jurassic Moderator
Staff member
Oct 19, 2014
14,276
2,230
363
cPanel Access Level
Root Administrator
Hey there! Here is the default option for each:

TLS/SSL Cipher List

ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384

TLS/SSL Protocols

SSLv23:!SSLv2:!SSLv3:!TLSv1:!TLSv1_1

Can you check your server to see if /var/cpanel/conf/cpsrvd/main exists? If so, that's where the custom changes would be stored, so you can move that file out of the way and restart cPanel to restore the defaults:

Code:
mv /var/cpanel/conf/cpsrvd/main /root/main-configuration-backup
/scripts/restart_cpsrvd
Can you try that?