【发布时间】:2011-06-28 22:59:23
【问题描述】:
我有一项使用 SSL 的服务。当我尝试浏览到该服务时,我收到以下错误:
The SSL settings for the service 'SslRequireCert' does not match those of the IIS 'None'.
我的配置如下:
<security mode="Transport">
<transport clientCredentialType="Certificate" />
</security>
我正在使用 IIS Express,并且已选中“启用 SSL”(在 WebMatrix 中验证)。
有什么想法我还需要做什么吗?
【问题讨论】:
标签: wcf wcf-security