summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoro <o@immerda.ch>2014-10-16 11:40:04 +0200
committero <o@immerda.ch>2014-10-16 11:40:04 +0200
commit91ce5c16d26a51d7b61416e18b899e4ac115fa25 (patch)
treee792e81e5a7e708c099b6b26505ac6bd7d8aaf18
parent9a5b4d4b56ce78d918ef6a978047bdc4d9bfb72a (diff)
disable SSLv3
-rw-r--r--files/include.d/CentOS/ssl_defaults.inc3
-rw-r--r--files/include.d/Debian/ssl_defaults.inc2
2 files changed, 2 insertions, 3 deletions
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.
diff --git a/files/include.d/Debian/ssl_defaults.inc b/files/include.d/Debian/ssl_defaults.inc
index 7030ec8..2599a4f 100644
--- a/files/include.d/Debian/ssl_defaults.inc
+++ b/files/include.d/Debian/ssl_defaults.inc
@@ -11,7 +11,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 +SSLv3 +TLSv1
+SSLProtocol All -SSLv2 -SSLv3
# SSL Cipher Suite:
# List the ciphers that the client is permitted to negotiate.