How to check if SSLv3 is disabled on a server (or a load balancer)
You can test with a simple command line - thanks to open ssl - if SSLv3 is disabled?
NOTE: You should dislable SSLv3 due to Poodle vulnerability https://en.wikipedia.org/wiki/POODLE
If disabled you should have a "CONNECTED" message, then a "handshake failure" message like this:
psadm2@linuxserver:/peoplesoft/hr92/common/pt855> openssl s_client -connect peoplesoft-hrms.mydomain.net:443 -ssl3
CONNECTED(00000003)
1264862214094410:SSL routines:SSL3_READ_BYTES:sslv3 alert handshake failure:s3_pkt.c:1126:SSL alert number 40
126486221409E0E5:SSL routines:SSL3_WRITE_BYTES:ssl handshake failure:s3_pkt.c:547: