From 12eb6331e4f58b8e78b4580875f1b74091457234 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Thu, 23 Oct 2014 15:46:22 +0200 Subject: [PATCH] Disable sslv3 on anitya --- roles/anitya/frontend/files/0_releasemonitoring.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/anitya/frontend/files/0_releasemonitoring.conf b/roles/anitya/frontend/files/0_releasemonitoring.conf index 1c0abb2796..0fc8c8ab3b 100644 --- a/roles/anitya/frontend/files/0_releasemonitoring.conf +++ b/roles/anitya/frontend/files/0_releasemonitoring.conf @@ -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"