From: Peter Palfrader Date: Tue, 14 Oct 2014 20:58:02 +0000 (+0200) Subject: Set ciphersuites X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=cd4ec0661394781a8f23a0a2f093e035862c8f04 Set ciphersuites --- diff --git a/modules/apache2/files/puppet-config b/modules/apache2/files/puppet-config index 40d6d704..3502beb8 100644 --- a/modules/apache2/files/puppet-config +++ b/modules/apache2/files/puppet-config @@ -1,3 +1,8 @@ SSLProtocol all -SSLv2 -SSLv3 + SSLHonorCipherOrder On + + # this is a list that seems suitable as of 2014-10, when running wheezy. It + # probably requires re-visiting regularly. + SSLCipherSuite ECDH+AESGCM:DH+AESGCM:ECDH+AES256:DH+AES256:ECDH+AES128:DH+AES:ECDH+3DES:DH+3DES:RSA+AESGCM:RSA+AES:RSA+3DES:!aNULL:!eNULL:!LOW:!MD5:!EXP:!RC4:!SEED