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?
|
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?
| |||||||||
feedback
|
This question came from our site for computer enthusiasts and power users.
|
openssl.exe s_client -connect localhost:443 or http://www.foundstone.com/us/resources/proddesc/ssldigger.htm http://www.serversniff.net | |||||
feedback
|