Is there any other way apart from openssl/netstat to check sslv3 existence.
I am using websphere application server version 8.5.5.6, according to IBM 8.5.5.4 and later versions will have the remediation for disabling sslv3 by default. Added i just double checked using openssl and netstat to find its presence
My result received as per my expectations as
"SSL Handshake failure Exception"
but when my application goes for scan it fails and falls under the poodle attack. My server is configured in a way that all application servers uses TLv1 and webserver uses TLSv2.... Is there anything that i should be more focused here? Any thoughts?