error during enable TLSv1.3 in cPanel86
After update cPanel to v86 whe I try to enable TSLv1.3
I add in Apache Global Configuration:
TLSv1.2 TLSv1.3
(space separated)
But after this - only TLSv1.3 works !
It was checked olso via: SSL Server Test (Powered by Qualys SSL Labs)
It is probably bug in cPanel
I changed to:
All -SSLv3 -TLSv1 -TLSv1.1
and it works. But it is only walkaround
-
The Engintron tech help said that it is possible that NGINX wasn't compiled to work with TLSv1.3 and Centos 7.8. When I run this command: openssl ciphers -v | awk '{print $2}' | sort | uniq I don't see v 1.3 installed: SSLv3 TLSv1.2 But somehow TLSv1.3 is working with Apache. 0
Please sign in to leave a comment.
Comments
32 comments