如何修复IIS 6.0中支持的SSL中等强度密码套件

时间:2011-02-03 12:49:53

标签: pci-dss pci-compliance

我们测试了PCI合规性应用程序并最终出现错误,说明

                **SSL Medium Strength Cipher Suites Supported** 

这个问题的解决方案是

Reconfigure the affected application if possible to avoid use of medium strength ciphers

任何人都可以帮我解决如何使用IIS 6.0在Windows Server 2003中实现

1 个答案:

答案 0 :(得分:3)

从注册表转到以下位置。

HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ SecurityProviders \ SCHANNEL \ Ciphers \

您将看到密码密钥大小列表。

将值为“0”的新DWORD键名称“Enabled”添加到大小小于“128”的密码密钥。

希望得到这个帮助。

Myo Zaw。