WCF 传输点对点安全

发布于 2024-12-01 22:53:04 字数 339 浏览 1 评论 0原文

根据以下引用,WCF 传输安全性提供点对点安全性:

传输安全性用于在两个端点(服务和客户端)之间提供点对点安全性。如果客户端和服务器之间存在中间系统,则每个中间点必须通过新的 SSL 连接转发消息。

  1. SSL 提供点对点安全是什么意思?

  2. 如果中间系统(位于客户端和服务器之间)通过非 SSL 连接转发消息,客户端和服务器之间是否仍然可以进行 SSL 通信?

  3. 假设有可能...我不明白为什么通过非 SSL 连接转发消息的中间系统会提供较低的安全性,因为消息已经被原始发送者(客户端或服务器)加密,因此可以不会被中间系统解密?

Accrding to the following quote, WCF transport security provides point-to-point security:

Transport security is used to provide point-to-point security between the two endpoints (service and client). If there are intermediary systems between the client and the server, each intermediate point must forward the message over a new SSL connection.

  1. What is meant by SSL providing point-to-point security?

  2. Is SSL communication still possible between client and server, if intermediary system ( located between the client and the server ) forwards the message over a non-SSL connection?

  3. Assuming it is possible ... I don't see why intermediary system forwarding messages over a non-SSL connection would provide less security, since messages are already encypted by original sender ( which is either client or server ) and thus can't be decrypted by an intermediary systems?

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

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

发布评论

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

评论(1

雪化雨蝶 2024-12-08 22:53:04

我已经回答了一个几乎相同的问题:

WCF 传输安全弱点

如果您有任何其他问题,请尽管提问。

I've already answered a practically identical question:

WCF Transport security weakness

If you have any additional questions, ask away.

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