up vote 0 down vote favorite
share [g+] share [fb]

I believe I have disabled SSL 2.0 on my web server (Windows Server 2003). To make sure that it is now using SSL 3.0, how can I check this?

What is the correct way to disable 2.0 and enable 3.0 on a web server?

link|improve this question

20% accept rate
1  
Might belong on ServerFault – JohnFx Jan 26 '10 at 17:23
Oh yea, thanks. – wahle509 Jan 26 '10 at 17:33
feedback

migrated from superuser.com Jan 26 '10 at 18:35

This question came from our site for computer enthusiasts and power users.

1 Answer

openssl.exe s_client -connect localhost:443 or

http://www.foundstone.com/us/resources/proddesc/ssldigger.htm http://www.serversniff.net

link|improve this answer
How do you use "openssl.exe s_client -connect localhost:443". I don't think I have openssl.exe on the server. Also, I have installed the SSLDigger tool, but don't know how to use it. Any help? – wahle509 Jan 26 '10 at 17:39
wahle509: You can get openssl for windows from here slproweb.com/products/Win32OpenSSL.html – proy Jan 26 '10 at 19:15
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.