Related Services:

Linux Dedicated Server

Linux VPS Server

Problem/Situation:

"TLS" stands for "Transport Layer Security" which is a cryptographic protocol providing communication over a network. 

Disabling "TLS 1.0" on the server will protect the server and you from the vulnerabilities and this applies to Linux Dedicated Server and Linux VPS Server with cPanel installed.

Solution:

Disable TLS 1.0 :

PCI standards require that TLS 1.0 can no longer be used for secure communications. All web servers and clients must transition to TLS 1.1 or above.

To do this follow the steps below.

  1. Login to WHM as ROOT
  2. Follow WHM >> Home >> Service Configuration >> Apache Configuration >> Global Configuration
  3. Change value of SSL/TLS Protocols to : ALL -SSLv2 -SSLv3 -TLSv1

Conclusion:

How to check whether your website is vulnerable?

  1. Enter your website URL at: https://www.ssltrust.com
  2. On the results page, scroll down to the ‘Protocol Versions’ section.
  3. Sites with TLS 1.0, SSL 3.0 and SSL 2.0 will be reported as ‘Vulnerable’.
Was this answer helpful? 0 Users Found This Useful (0 Votes)