Re: [users@httpd] R: [users@httpd] CVE-2013-2566

2014-01-20 Thread Yehuda Katz
That configuration looks to me like it says NOT CBC or MD5. Can you confirm whether the server is actually accepting CBC or MD5 ciphers? A tool like https://www.ssllabs.com/ssltest/index.html can tell you if your server is publicly accessible. - Y Sent from a gizmo with a very small keyboard and

[users@httpd] R: [users@httpd] CVE-2013-2566

2014-01-20 Thread Vorazzo Manuela
We originally configured Apache with this directive: SSLCipherSuite RC4-SHA Then, then when the network scan found the vulnerability, we modify with this SSLCipherSuite ECDH+AESGCM:DH+AESGCM:ECDH+AES256:DH+AES256:ECDH+AES128:DH+AES:ECDH+3DES:DH+3DES:RSA+AES:RSA+3DES:!ADH:!AECDH:!MD5:!DSS:!DES-