tags:

views:

758

answers:

1

I am attempting to disable SSL v2.0 protocol on IIS 7.

The following article refers to IIS v6: http://support.microsoft.com/kb/187498

It doesn't seem to apply because the only protocol listed in the registry is SSL 2.0 (not all the others) and the setting "DisabledByDefault=1" is already in there, which would seem to imply that it is disabled.

However, the following article seems to suggest that it still applies and to turn off "DisabledByDefault" which seems strange. http://forums.iis.net/t/1151822.aspx

I only need to disable SSL v2.0, but I want to be relatively confident I am doing the right thing.

A: 

Add a DWORD named "Enabled" with value 0x0 (default) to the SSL 2.0 key

Pawel