可以通过 HTTPS 运行肥皂吗?

发布于 2024-12-29 02:11:09 字数 140 浏览 1 评论 0原文

是否可以通过 https 运行 SOAP?我的印象是 SOAP 有自己的安全模型,允许您使用加密而不管传输机制如何。话虽这么说,我们想让事情变得简单,并且想知道是否可以使用 Jetty 中现有的 HTTPS 设置来确保通过 http 进行的 SOAP 对话是安全的。

Is it possible to run SOAP over https? I got the impression that SOAP has its own security model that allows you to use encryption regardless of the transport mechanism. That being said we want to keep things simple and are wondering if we can just use our existing HTTPS setup in Jetty to make sure the SOAP converation over http is secured.

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

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

发布评论

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

评论(2

獨角戲 2025-01-05 02:11:09

是的,您可以,请参阅传输方法部分< a href="http://en.wikipedia.org/wiki/SOAP" rel="noreferrer">这篇维基百科文章。

引用:

SOAP 还可以通过 HTTPS(在应用程序级别与 HTTP 是相同的协议,但在底层使用加密的传输协议)来使用,并进行简单或相互身份验证;这是提倡的 WS-I 方法,用于提供 Web 服务安全性,如 WS-I 基本概要 1.1 中所述。

Yes, you can, see the Transport Methods section on this Wikipedia article.

To quote:

SOAP may also be used over HTTPS (which is the same protocol as HTTP at the application level, but uses an encrypted transport protocol underneath) with either simple or mutual authentication; this is the advocated WS-I method to provide web service security as stated in the WS-I Basic Profile 1.1.

り繁华旳梦境 2025-01-05 02:11:09

是的,您可以通过 HTTP 和 HTTPS 发送 SOAP 消息

Yes, you can send SOAP messages over HTTP as well as HTTPS

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