WCF 传输点对点安全
根据以下引用,WCF 传输安全性提供点对点安全性:
传输安全性用于在两个端点(服务和客户端)之间提供点对点安全性。如果客户端和服务器之间存在中间系统,则每个中间点必须通过新的 SSL 连接转发消息。
SSL 提供点对点安全是什么意思?
如果中间系统(位于客户端和服务器之间)通过非 SSL 连接转发消息,客户端和服务器之间是否仍然可以进行 SSL 通信?
假设有可能...我不明白为什么通过非 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.
What is meant by SSL providing point-to-point security?
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?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我已经回答了一个几乎相同的问题:
WCF 传输安全弱点
如果您有任何其他问题,请尽管提问。
I've already answered a practically identical question:
WCF Transport security weakness
If you have any additional questions, ask away.