TLS 1.3 is a new encryption protocol and is the succesor of TLS version 1.2
TLS version 1.2 is still in used along with version 1.3. TLS version 1.0 and 1.1 have been deprecated in 2020.
This document specifies version 1.3 of the Transport Layer Security (TLS) protocol. TLS allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.
RFC 8446
How to enable TLS 1.3 on cPanel/WHM web hosting servers:
1. Connect as root to your WHM installation
2. Navigate to Home-> Service Configuration -> Apache Configuration -> Global Configuration
3. Here, look for the SSL/TLS Protocols field and enter:
ALL -SSLv3 -TLSv1 -TLSv1.1
4. Click the Save button at the bottom of the page
5. Click the Rebuild Configuration and Restart Apache button to apply the TLS changes. cPanel will rebuild the Apache configuration and restart it.
To test the enabled protocols use the SSL tool from https://www.ssllabs.com/ssltest/ The TLS status prior to enabling TLS version 1.3:
The TLS status after enabling TLS version 1.3. As you can see, now both TLS 1.2 and 1.3 are enabled on the server:
Resources:
TLS Wikipedia
TLS 1.3 RFC Standard
This does not work (completed this on several cPanel based servers).
Any other ideas that might help?
Thanks!
Hello Detrick, Try using in the SSL/TLS Protocols field:
+TLSv1.2 +TLSv1.3
This does not work (completed this on several cPanel based servers).
Any other ideas that might help?
Thanks!
Hello Detrick, Try using in the SSL/TLS Protocols field:
+TLSv1.2 +TLSv1.3