summaryrefslogtreecommitdiff
path: root/files/include.d/Debian/ssl_defaults.inc
diff options
context:
space:
mode:
Diffstat (limited to 'files/include.d/Debian/ssl_defaults.inc')
-rw-r--r--files/include.d/Debian/ssl_defaults.inc2
1 files changed, 1 insertions, 1 deletions
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.