RESOLUTION
SYNOPSIS:
I get the warning in my server security report:
The remote service encrypts traffic using a protocol with known weaknesses. Description : The remote service accepts connections encrypted using SSL 2.0, which reportedly suffers from several cryptographic flaws and has been deprecated for several years. An attacker may be able to exploit these issues to conduct man-in-the-middle attacks or decrypt communications between the affected service and clients.
RESOLUTION:
SSL protocols that are used by Apache can be set by means of "SSLProtocol" option. Please read more about the "mod_ssl" module configuration at http://httpd.apache.org/docs/2.0/mod/mod_ssl.html#sslprotocol.To disable SSL v.2 protocol you should modify the "/etc/httpd/conf.d/ssl.conf" or "httpd.conf", add the line: SSLProtocol all -SSLv2 Restart Apache after configuration files modification.