Severity: Medium
Description:
Approved Solution: Disable SSLv2 support. Upgrade to SSLv3, TLSv1, or newer protocol.Security scan revealed a vulnerability with SSLv2. Is there a method in SERVER to disallow SSLV2 and force SSLV3 or higher?
You can only disable SSL v1, v2 and V3 and only allow TLS.
But this would require that all clients have the capability to force a TLS connection.