Disabling weak cipher suites in IIS
By default, IIS is installed with 2 weak SSL 2.0 cipher suites that are enabled: SSL2_RC4_128_WITH_MD5 and SSL2_DES_192_EDE3_CBC_WITH_MD5. This can impact the security of AppScan Enterprise, and the cipher suites should be disabled.
Before you begin
Procedure
- Open the Registry Editor ( ).
- In
the HKEY_LOCAL_MAC HINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Ciphers directory:
- Create a new key called RC4 128/128 (RC4 128/128).
- Right-click the key's name and create a new DWORD (32-bit) Value called 'Enabled'. ( ).
- Leave the default value as '0'.
- In the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Hashes directory:
- Create a key called MD5 ( ).
- Right-click the key's name and create a new DWORD (32-bit) Value called 'Enabled'. ( ).
- Leave the default value as '0'.
- Close the Registry Editor.