So this is a relatively new problem.
My website is running on a Apache2 server deployed on an OPENSuse 10 Enterprise. As far as I've read there is a simple command line test:
openssl s_client -connect mysite.com:443 -ssl3
Supposedly, if this returns "SSL routines:SSL3_READ_BYTES:sslv3 alert handshake failure:" as output, among other things, SSLv3 is not supported and you're perfectly fine. And it does. So test comfirmed - I'm all good.
Here's the problem though, the guys at SSLLabs have their own test. Here's a link: https://www.ssllabs.com/ssltest/index.html . This test fails and says that I am, in fact, vulnerable because SSLv3 IS supported by my server.
So yea, two tests, completely opposite results. Which one do I trust? Are there any other tests? is there any way to be certain?