RE: [users@httpd] How to disable SSLV3 protocol at Apache

2015-03-12 Thread olive.deb
Hi Sailaja, Pre-deployment Checks 1. $ openssl s_client -ssl3 -connect : -state –debug E.g. openssl s_client -ssl3 -connect 10.75.112.16:443 -state –debug 2. Expected output – . . . . . . . SSL_connect:SSLv3 read server hello A SSL_connect:SSLv3 write client key exchange A write

RE: [users@httpd] How to disable SSLV3 protocol at Apache

2015-03-12 Thread Theo Belder
You can check your site at Qualys SSL labs: https://www.ssllabs.com/ssltest/analyze.html After analyzing your site you can see for which attacks your site is vulnerable or which weakness is applicable to your site or server certificate. Go check https://wiki.mozilla.org/Security/Server_Side_