]> git.pld-linux.org Git - packages/apache.git/commitdiff
Disable compression on the SSL level (CRIME attack).
authorPatryk Szczyglowski <patryk@patryk.net>
Sat, 30 Mar 2013 20:04:40 +0000 (21:04 +0100)
committerPatryk Szczyglowski <patryk@patryk.net>
Sat, 30 Mar 2013 20:04:40 +0000 (21:04 +0100)
apache-mod_ssl.conf

index 0867c277e6694efe9e62d85c6c585862091d4c1a..3f76e7e986847559b21aaf53e619967998ba075b 100644 (file)
@@ -60,6 +60,9 @@ SSLSessionCacheTimeout  300
 #   SSL engine uses internally for inter-process synchronization.
 SSLMutex  file:/var/run/httpd/ssl_mutex
 
+#   Disallow compression on the SSL level. Enabling this allows for CRIME attack!
+SSLCompression off
+
 ##
 ## SSL Virtual Host Context
 ##
This page took 0.116828 seconds and 4 git commands to generate.