对 WCF 身份 dns 值感到困惑

发布于 2024-12-02 05:59:18 字数 495 浏览 0 评论 0原文

我对客户端端点上的身份元素的真正作用感到困惑。我知道像这样的身份 dns 值应该告诉 WCF 断言服务的证书已颁发给 myserver.local。这应该允许我将端点地址指向 https://localhost/MyService.svc 而不是 https://myserver.local/MyService.svc

但这失败了我不明白为什么。我的主机文件中有 myserver.local 指向 127.0.0.1,并且我已向 myserver.local 颁发了自行创建的证书。它与 myserver.local 一起工作正常,但是当我将端点地址更改为 localhost 时,它停止工作,因为它“无法建立 SSL/TLS 信任”。

谁能解释为什么?

谢谢

I'm confused about what the identity element on a client endpoint really does. I've understood that a identity dns value like is supposed to tell WCF to assert that the service's certificate is issued to myserver.local. And that this should allow me to point the endpoint address to https://localhost/MyService.svc instead of https://myserver.local/MyService.svc.

But this fails I don't understand why. I have myserver.local pointing to 127.0.0.1 in my host file and I have self-created certificate issued to myserver.local. It works fine with myserver.local but when I change the endpoint address to localhost it stops working because it "can't establish a SSL/TLS trust".

Can anyone explain why?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

戈亓 2024-12-09 05:59:19

如果您想了解 WCF 身份 DNS 值的用途以及在其中放入的内容,请参阅此问题:

WCF 客户端端点身份 - 配置问题

它帮助我理解了它的用途。

If you want to know what the WCF Identity DNS value is for, and what to put in it, see this question:

WCF client endpoint identity - configuration question

It helped me to understand what it's for.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文