【问题标题】:Certificates, wallet creation and import certificate证书、钱包创建和导入证书
【发布时间】:2020-09-28 12:34:22
【问题描述】:

已生成新的 csr 和 CA 签名。使用 ora pki 命令创建了新钱包。 任何人都可以帮助我了解究竟该怎么做才能让 ohs 充当 SSL 的负载平衡器

【问题讨论】:

    标签: keystore weblogic-10.x oim oam


    【解决方案1】:

    我可以向您介绍充当 Oracle WebLogic Servers 前端的 OHS 服务器,它类似于充当 WebLogic 服务器的负载平衡器。仅供参考,这是一个来自 Oracle 融合中间件的用例,它使用 Oracle HTTP Server (OHS) 作为 Oracle WebLogic Servers (WLS) 的前端,并使用 mod_wl_ohs。 如果您已经知道 mod_wl_ohs 指令,请继续以下链接“配置 OHS 的 mod_wl_ohs 插件”。如果没有,请阅读您现在将使用的名为“mod_wl_ohs”的指令或配置。 (通常您将修改 OHS 服务器中名为 mod_wl_ohs.conf 的文件)。总之,mod_wl_ohs 接收到需要(WebLogic 集群的)受管服务器的请求,它将该请求发送到 mod_wl_ohs 指令中列出的 WebLogic 集群成员之一。接下来,您需要配置此 mod_wl_ohs 以使用 ssl。 Here is a good blog that provides steps for enabling ssl with mod_wl_ohs

    Read Configuring the mod_wl_ohs plug-in for OHS 本章提供配置 mod_wl_ohs 的步骤。 mod_wls_ohs 是用于代理从 Oracle HTTP Server 到 Oracle WebLogic 服务器的请求的插件。因此,这意味着您的 OHS 将传入请求置于前端,然后将其转发到 WebLogic 服务器(或 WebLogic 集群)。 注意:mod_wl_ohs 模块包含在 Oracle HTTP Server 安装中。您无需单独下载和安装。

    【讨论】:

      猜你喜欢
      • 2021-01-26
      • 1970-01-01
      • 2020-09-27
      • 2020-05-23
      • 2013-10-23
      • 1970-01-01
      • 1970-01-01
      • 2020-06-15
      • 1970-01-01
      相关资源
      最近更新 更多