Disable Client Certificate Revocation (CRL) Check on IIS:
REGISTRY : HKLM\SYSTEM\CurrentControlSet\Services\HTTP\Parameters\SslBindingInfo
DWORD : DefaultSslCertCheckMode
Value : 1
禁用IIS证书撤销检查
本文介绍如何通过修改注册表项DisableSslCertCheckMode来禁用IIS上的客户端证书撤销列表(CRL)检查,具体操作为设置HKLMSYSTEMCurrentControlSetServicesHTTPParametersSslBindingInfo下的DWORD值。
Disable Client Certificate Revocation (CRL) Check on IIS:
REGISTRY : HKLM\SYSTEM\CurrentControlSet\Services\HTTP\Parameters\SslBindingInfo
DWORD : DefaultSslCertCheckMode
Value : 1
转载于:https://www.cnblogs.com/JessZhou/p/7644502.html
8038

被折叠的 条评论
为什么被折叠?