gpt4 book ai didi

web-services - Weblogic (java webapp) 作为客户端以 HTTPS 模式与服务器对话

转载 作者:太空宇宙 更新时间:2023-11-03 15:03:14 24 4
gpt4 key购买 nike

我需要通过 https url 连接到第三方服务器。

我基于 java 的 webapp 将托管在 weblogic 9.2 服务器上,它将以 https 安全模式从第三方服务器获取信息。第三方将为我提供服务器 ssl 证书,我需要将其安装在 weblogic 服务器中。

请告诉我将服务器证书安装/导入 weblogic 服务器的过程是什么。

最佳答案

A quick Google search发现了丰富的知识。

快速总结:

  1. Copy both the Private Key and the your_domain_name.pem files into the \wlserver6.0\config\mydomain directory.

  2. Assign protections to the private key file and the your_domain_name.pem files so that only the system User of WebLogic Server has read privileges and all other users have no privileges to access the private key file or digital certificate(s).

  3. Configure WebLogic Server to use the SSL Protocol:

    • You need to enter the following information on the SSL tab in the Server Configuration window:

    • In the Server Certificate File Name field, enter the full directory location and name of the digital certificate for WebLogic Server (digicertpack.pem). In the Server Key File Name field, enter the full directory location and name of the private key file for WebLogic Server. Make sure that SSL is enabled. Set the SSL Listen Port to 443. Client Certificate Enforced should not be checked for most situations. Click the Apply button to save your changes.

  4. Reboot Weblogic Server.

关于web-services - Weblogic (java webapp) 作为客户端以 HTTPS 模式与服务器对话,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17454517/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com