在Apache 2.2.x中禁用SSL / TLS压缩

有没有办法在使用mod_ssl时禁用Apache 2.2.x中的SSL / TLS压缩?

如果不是的话,那么人们为了减轻旧版浏览器中CRIME / BEAST的影响,正在做些什么呢?

相关链接:

  1. https://issues.apache.org/bugzilla/show_bug.cgi?id=53219
  2. https://threatpost.com/en_us/blogs/new-attack-uses-ssltls-information-leak-hijack-https-sessions-090512
  3. https://security.stackexchange.com/questions/19911/crime-how-to-beat-the-beast-successor

如果您使用的是2.2.24或更高版本SSLCompression off则可以SSLCompression off SSLCompression 。

如果没有,你可以设置OPENSSL_NO_DEFAULT_ZLIB环境variables来强制压缩在OpenSSL中 – 看到这个问题 。