Hello All, Please let me know how to disable SSLV2 and SSLV3 from apache(Unix) Server.
Through Google I found file /etc/httpd/conf/extra/httpd-ssl.conf or /etc/httpd/conf/ssl.conf line SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL Needs change to : SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:!SSLv2:+EXP:+eNULL But In my server those files are not exist. Thanks, Kathir