Author Topic: Disable Insecure TLS  (Read 6441 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Disable Insecure TLS
« on: July 17, 2018, 09:25:26 PM »
How do I disable insecure protocols.

I added the below to /usr/local/apache/conf.d/vhosts-ssl.conf, restarted Apache and PCI scans still show 1.1 as being served. What gives?

SSLProtocol all -SSLv3 -TLSv1 -TLSv1.1

Offline
*
Re: Disable Insecure TLS
« Reply #1 on: July 18, 2018, 12:50:19 PM »
all depends on the webservers which you use, if you use nginx then you can edit nginx template and for apache apache conf.
VPS & Dedicated server provider with included FREE Managed support for CWP.
http://www.studio4host.com/

*** Don't allow that your server or website is down, choose hosting provider with included expert managed support for your CWP.

Offline
*
Re: Disable Insecure TLS
« Reply #2 on: July 19, 2018, 04:22:18 PM »
Thanks.