在 Web 应用程序中使用受 ssl 保护的 Web 服务

发布于 2024-10-28 08:13:21 字数 252 浏览 5 评论 0原文

我正在使用 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 技术交流群。

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

发布评论

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

评论(2

狼性发作 2024-11-04 08:13:21

为了建立从 WebSphere 应用程序服务器到外部服务器的 SSL 连接,必须将服务器设置为信任外部服务器的 SSL 证书。

将外部证书添加到 WebSphere 6.1 或 7 TrustStore

操作方法: 从外部站点/端口

第 1 步:

  • 打开管理控制台
  • ,导航到 SSL 证书和密钥管理 >密钥库和证书>节点默认信任存储>签名者证书>从端口检索

步骤 2:

  • 输入外部服务器主机名和端口
  • 输入外部服务器主机名作为别名

步骤 3:

  • 保存配置更改

从 PEM 文件

步骤 1:

  • 打开管理控制台。
  • 导航至 SSL 证书和密钥管理 >密钥库和证书>节点默认信任存储>添加

第2步:

  • 输入别名和*.pem文件的位置>确定

第 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:

  • Open the admin console
  • Navigate to SSL certificate and key management > Key stores and certificates > NodeDefaultTrustStore > Signer Certificates > Retrieve from port

Step 2:

  • Enter the external servers host name and port
  • Enter the external server host name as the Alias

Step 3:

  • Save the configuration changes

From PEM File

Step 1:

  • Open the admin console.
  • Navigate to SSL certificate and key management > Key stores and certificates > NodeDefaultTrustStore > Add

Step 2:

  • Enter Alias and the location of the *.pem file > OK

Step 3:

  • Save the configuration changes
帅气尐潴 2024-11-04 08:13:21

最简单的方法是将 Web 服务的证书导入到 CellDefaultTrustStore 中。

The easiest to do it would be to import the web service's certificate into the CellDefaultTrustStore.

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