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
Previous revision
Last 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/08/08 22:48]
qtwrk [Disable Weak Cipher Suites (Optional)]
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
Line 35: Line 41:
  
 Be aware, this may cause CPU load. Be aware, this may cause CPU load.
 +
 Testing is done through [[https://​www.ssllabs.com/​ssltest/​|SSL Lab]]. Testing is done through [[https://​www.ssllabs.com/​ssltest/​|SSL Lab]].
  • Admin
  • Last modified: 2023/01/12 16:00
  • by Lisa Clarke