Windows Server 2008 and IIS 7
IIS, or Internet Information Services, is a Microsoft web server for Microsoft Windows. Unfortunately, when Windows Server 2008 uses IIS 7, SSL 2.0 is automatically enabled. If SSL 2.0 is enabled, you will fail a PCI Compliance audit. To prevent a PCI Compliance audit failure, you must manually disable SSL 2.0 and enable SSL 3.0.
To disable SSL 2.0 and enable SSL 3.0:
- On the desktop, click Start.
- Click Run.
- Enter regedit.
- Click OK.
- In the Registry Editor, locate the following file:
-
HKey_Local_Machine\System\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 2.0.
- Right-click the file.
- Click New.
- Click Key.
- Name the new folder Server.
- In the Server folder, click Edit.
- Click New.
- Click DWORD (32-bit) Value.
- Name the file Enabled.
- Click Enter.
- 0x00000000 (0) should appear under the Data column of the Registry Editor. If not, right-click the file, click Modify, and enter 0 as the Value data.
- Restart the computer.

Registry Editor Window
Topic revision: r2 - 23 Jul 2010 - 21:19:27 - Main.LindseyLWhite