在 Web 应用程序中使用受 ssl 保护的 Web 服务
我正在使用 Rational Application Developer 构建一个将在 WAS 上运行的 Web 应用程序。此应用程序使用 https 来使用 Web 服务。使用 SOAPUI 我没有遇到任何问题,但当我运行该应用程序时,我遇到安全错误。
有关配置什么以便我的应用程序可以使用此 Web 服务的任何提示 - 顺便说一下,使用自行生成的证书。
这些 ws 部署怎么样? WS 的证书应该导入到 WAS 还是以编程方式覆盖?
谢谢
I'm building a web application that will run on a WAS using Rational Application Developer. This app consumes web services using https. Using SOAPUI I have no trouble using them but when I run the app I get security errors.
Any hints on what to configure so my app can consume this web services - that by the way use a self-generated certificate.
What about these ws deployments ? Should the WS's certificate be imported to WAS or is it covered programmatically?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
为了建立从 WebSphere 应用程序服务器到外部服务器的 SSL 连接,必须将服务器设置为信任外部服务器的 SSL 证书。
将外部证书添加到 WebSphere 6.1 或 7 TrustStore
操作方法: 从外部站点/端口
第 1 步:
步骤 2:
步骤 3:
从 PEM 文件
步骤 1:
第2步:
第 3 步:
In order to make SSL connections from the WebSphere application server to external servers the server must be setup to trust the external server's SSL cert.
Howto: Add an external cert to the WebSphere 6.1 or 7 TrustStore
From External Site/Port
Step 1:
Step 2:
Step 3:
From PEM File
Step 1:
Step 2:
Step 3:
最简单的方法是将 Web 服务的证书导入到 CellDefaultTrustStore 中。
The easiest to do it would be to import the web service's certificate into the CellDefaultTrustStore.