Disable SSL / TLS compression in Apache 2.2.x

Solution 1:

You can use SSLCompression off if you're on 2.2.24 or later.

If not, you can set the OPENSSL_NO_DEFAULT_ZLIB environment variable to force compression off in OpenSSL - see this question.