How to check if SSLv2 is disabled

ARUN Post in SSL
0

openssl s_client -host IP_ADDRESS -port 443 -verify -debug -ssl2

If it shows, the below result you can confirm that sslv2 is disabled :

================

verify depth is 0
CONNECTED(00000003)
write:errno=104
==========================
« Prev: :Next »

Leave a Reply

You must be logged in to post a comment.