Daniel, Thanks for the response. I am running OpenSSL 0.9.8. I am attempting to secure TLS compression and mitigate the CRIME vulnerability by adding the following directive to the httpd.conf file: Implementation on Apache HTTP Server (mod_ssl) The following configuration block can be used in Apache HTTP Server 2.2+/2.4+ with mod_ssl. However, there is an exception of being able to turn off TLS/SSL Compression as this is only possible Apache HTTP Server 2.2.24/2.4.3+ using the SSLCompression directive. SSLProtocol ALL -SSLv2 -SSLv3 SSLHonorCipherOrder On SSLCipherSuite ECDH+AESGCM:DH+AESGCM:ECDH+AES256:DH+AES256:ECDH+AES128:DH+AES:ECDH+3DES:DH+3DES:RSA+AESGCM:RSA+AES:RSA+3DES:!aNULL:!MD5 SSLCompression Off I am Thanks… Cathy Fauntleroy, Security+ Van Dyke Technology Group Email: cathy.fauntleroy@xxxxxxxx Office: (443) 832-4768 From: Daniel [mailto:dferradal@xxxxxxxxx] 2015-03-14 15:02 GMT+01:00 Cathy Fauntleroy <cathy.fauntleroy@xxxxxxxx>:
-- |