Disable sslv3 on anitya

This commit is contained in:
Pierre-Yves Chibon 2014-10-23 15:46:22 +02:00
parent aa15e5ab38
commit 12eb6331e4

View file

@ -7,7 +7,7 @@
ServerName release-monitoring.org:443
SSLEngine on
SSLProtocol all -SSLv2
SSLProtocol all -SSLv2 -SSLv3
# Use secure TLSv1.1 and TLSv1.2 ciphers
Header add Strict-Transport-Security "max-age=15768000"