Bridge Oracle 12c HTTP to Multiple WebLogic 14.4 Domains
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 #