【发布时间】:2014-03-09 07:27:37
【问题描述】:
我在 wcf 中使用了自定义 UserNamePassword Validator 来实现安全性。为此,我创建了自签名证书。尝试使用 Web 服务时出现以下错误“无法为 SSL/TLS 安全通道建立信任关系权威”。在谷歌搜索了一段时间后,我发现证书需要安装在客户端中。所以我的问题是
1) Is it always required to install certificate on the client even if we used trusted third party?
2) Is it possible to implement UserNamePassword without any certificate?
【问题讨论】: