Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
litespeed_wiki:plesk:enable_tls_13 [2018/07/03 13:47]
Lisa Clarke Proofreading
litespeed_wiki:plesk:enable_tls_13 [2018/07/07 00:34]
qtwrk [Enabling TLS1.3]
Line 11: Line 11:
 Edit the file ''/​etc/​httpd/​conf.d/​ssl.conf''​. Edit the file ''/​etc/​httpd/​conf.d/​ssl.conf''​.
  
-Find the following line: +Find the following line and comment out (you can use # )
-<​code>​SSLProtocol +TLSv1 +TLSv1.1 +TLSv1.2</​code>​+<​code>​<​IfModule mod_ssl.c>​ 
 +SSLProtocol +TLSv1 +TLSv1.1 +TLSv1.2 
 +SSLCipherSuite HIGH:​!aNULL:​!MD5 
 +</​IfModule>​</​code>​
  
 Replace it with: Replace it with:
-<​code>​SSLProtocol TLSv1.1 TLSv1.2 TLSv1.3</​code>​+<​code>​<​IfModule LiteSpeed>​ 
 +SSLProtocol TLSv1.1 TLSv1.2 TLSv1.3 
 +SSLCipherSuite HIGH:​!aNULL:​!MD5 
 +</​IfModule>​</​code>​
  
 This enables TLS1.1 , TLS1.2 and TLS1.3 This enables TLS1.1 , TLS1.2 and TLS1.3
  • Admin
  • Last modified: 2023/01/12 16:00
  • by Lisa Clarke