Disable SSLv2 in IIS 6
Does working with third-party vendors require you to have the unfortunate pleasure of working with IIS 6? Do you need to disable SSLv2 and frustrated by the uselessness of Microsoft’s support documentation?
Four simple steps
- Open regedit.exe (
Start Menu > Run > regedit) - Navigate to
HKey_Local_Machine > System > CurrentControlSet > Control > SecurityProviders > SCHANNEL > Protocols > SSL 2.0 > Server - Right-click on the
Serverkey and chooseNew > DWORD Value - Name the key
Enabledwith the default value of0
There is of course a fifth ubiquitous step when making Windows changes: reboot!
Comment on this post