Disable SSLv2 in Windows Server 2008

SSL version 2.0 has been known for some time to be vulnerable to attack and as such should be disabled on any systems using SSL for transport layer security. Here’s how to disable SSL version 2 in Microsoft Windows Server 2008.

1. Using regedit.exe create a new registry key named Server under the existing entry :

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 2.0]

2. Under the registry key just created, “Server”, create a DWORD value with the name ”Enabled” and change the value data to 0×0000000.

3. Reboot to apply the changes.

 

written by

The author didn‘t add any Information to his profile yet.

Leave a Reply

Want to join the discussion?
Feel free to contribute!

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>