summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-10-23 16:27:55 -0200
committerSilvio Rhatto <rhatto@riseup.net>2014-10-23 16:27:55 -0200
commitaabdff0f60ef75cc6a8e2fcb25a85e05a407e657 (patch)
treec0b4b24bfe8180769b28204048415f6008dd62b3 /templates
parent2ebc136f0f432f5fdeeffab01198289b657332b0 (diff)
downloadpuppet-apache-aabdff0f60ef75cc6a8e2fcb25a85e05a407e657.tar.gz
puppet-apache-aabdff0f60ef75cc6a8e2fcb25a85e05a407e657.tar.bz2
Disabling SSLv3
Diffstat (limited to 'templates')
-rw-r--r--templates/site.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/site.erb b/templates/site.erb
index b044a2e..dd6c243 100644
--- a/templates/site.erb
+++ b/templates/site.erb
@@ -62,7 +62,7 @@
<% end %>
# SSL Configuration
SSLEngine on
- SSLProtocol -ALL +SSLv3 +TLSv1 +TLSv1.1 +TLSv1.2
+ SSLProtocol -ALL -SSLv3 +TLSv1 +TLSv1.1 +TLSv1.2
SSLCipherSuite ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA:!RC4:HIGH:!MD5:!aNULL:!EDH
SSLHonorCipherOrder on
SSLCompression off