Oracle Weblogic Server (MOSC)

MOSC Banner

Bridge Oracle 12c HTTP to Multiple WebLogic 14.4 Domains

edited May 13, 2022 2:04PM in Oracle Weblogic Server (MOSC) 3 commentsAnswered

In our environment we have 2 WebLogic domains and need to be able to connect them to OHS on port 443. We defined 2 locations in a HTTP weblogic module with different keywords in the path. Note, both Oracle OHS 12.2 and WebLogic 14.4 are running on a single Linux RHEL8 server.

ssl.conf:

Listen 443 HTTPS

<IfModule ossl_module>
##
##  SSL Global Context
##
##  All SSL configuration in this context applies both to
##  the main server and all SSL-enabled virtual hosts.
##
#   V-221278: OHS must have the SSLFIPS directive enabled to encrypt remote connections in accordance
#   with the categorization of data hosted by the web server.
    SSLFIPS ON
#
#   Some MIME-types for downloading Certificates and CRLs
    AddType application/x-x509-ca-cert .crt
    AddType application/x-pkcs7-crl    .crl
#
#   Inter-Process Session Cache:
#   Configure the SSL Session Cache: First the mechanism
# 

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center