projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a40e6b8
)
Get rid of messing with the cipersuites
author
Peter Palfrader
<peter@palfrader.org>
Fri, 31 May 2013 16:41:51 +0000
(18:41 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Fri, 31 May 2013 16:41:51 +0000
(18:41 +0200)
modules/apache2/files/common-ssl.inc
patch
|
blob
|
history
diff --git
a/modules/apache2/files/common-ssl.inc
b/modules/apache2/files/common-ssl.inc
index
2021ab4
..
f6f34ef
100644
(file)
--- a/
modules/apache2/files/common-ssl.inc
+++ b/
modules/apache2/files/common-ssl.inc
@@
-19,12
+19,6
@@
SSLProtocol all -SSLv2
AddType application/x-x509-ca-cert .crt
AddType application/x-pkcs7-crl .crl
-# SSL Cipher Suite:
-# List the ciphers that the client is permitted to negotiate.
-# See the mod_ssl documentation for a complete list.
-SSLCipherSuite ECDHE-RSA-AES256-SHA384:AES256-SHA256:RC4:HIGH:!MD5:!aNULL:!EDH:!AESGCM
-SSLHonorCipherOrder on
-
# Add STS
Header add Strict-Transport-Security "max-age=604800"