[Question]How to disable TLS1.0 and enable 1.3 on Plesk + LSWS ?
Hi guys.
I have Plesk + LSWS , and I saw https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:config:disable-tls1?s[]=tls this guide
apparently that one was for cpanel so I "adapted" a little bit and added
to
so how can i do it ?
thanks in advance
Hi guys.
I have Plesk + LSWS , and I saw https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:config:disable-tls1?s[]=tls this guide
apparently that one was for cpanel so I "adapted" a little bit and added
Code:
SSLHonorCipherOrder On
SSLProtocol -All +TLSv1.1 +TLSv1.2 +TLSv1.3
/etc/httpd/conf/httpd.conf
and restarted lsws , but unfortunately seems it doesn't work out that way.so how can i do it ?
thanks in advance
Last edited by a moderator: