From 91ce5c16d26a51d7b61416e18b899e4ac115fa25 Mon Sep 17 00:00:00 2001 From: o Date: Thu, 16 Oct 2014 11:40:04 +0200 Subject: disable SSLv3 --- files/include.d/CentOS/ssl_defaults.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'files/include.d/CentOS') diff --git a/files/include.d/CentOS/ssl_defaults.inc b/files/include.d/CentOS/ssl_defaults.inc index 7735ebb..776b7c3 100644 --- a/files/include.d/CentOS/ssl_defaults.inc +++ b/files/include.d/CentOS/ssl_defaults.inc @@ -5,8 +5,7 @@ SSLEngine on # SSL Protocol support: # List the enable protocol levels with which clients will be able to # connect. Disable SSLv2 access by default: -#SSLProtocol all -SSLv2 -SSLProtocol -all +SSLv3 +TLSv1 +SSLProtocol All -SSLv2 -SSLv3 # SSL Cipher Suite: # List the ciphers that the client is permitted to negotiate. -- cgit v1.2.3