apache: Disable SSLv3

This commit is contained in:
Ossi Salmi 2014-11-13 11:02:40 +02:00
parent 521f6c633a
commit 0fbddae702

View file

@ -15,8 +15,8 @@ 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
# connect. Disable SSLv2 and SSLv3 access by default:
SSLProtocol all -SSLv2 -SSLv3
# SSL Cipher Suite:
# List the ciphers that the client is permitted to negotiate.