diff --git a/roles/keyserver/files/sks.conf b/roles/keyserver/files/sks.conf index f7963acd1a..3e83e4dbd5 100644 --- a/roles/keyserver/files/sks.conf +++ b/roles/keyserver/files/sks.conf @@ -54,6 +54,7 @@ NameVirtualHost *:443 SSLCertificateFile /etc/pki/tls/wildcard-2014.fedoraproject.org.cert SSLCertificateChainFile /etc/pki/tls/wildcard-2014.fedoraproject.org.intermediate.cert SSLCertificateKeyFile /etc/pki/tls/wildcard-2014.fedoraproject.org.key + SSLProtocol -All +TLSv1 +TLSv1.1 +TLSv1.2 ProxyPass / http://localhost:11371/ ProxyPassReverse / http://localhost:11371/ SetEnv proxy-nokeepalive 1 @@ -68,6 +69,7 @@ NameVirtualHost *:443 SSLEngine on SSLCertificateFile /etc/pki/tls/keys_fedoraproject_org.crt.pem SSLCertificateKeyFile /etc/pki/tls/keys_fedoraproject_org.key + SSLProtocol -All +TLSv1 +TLSv1.1 +TLSv1.2 ProxyPass / http://localhost:11371/ ProxyPassReverse / http://localhost:11371/ SetEnv proxy-nokeepalive 1