OHS - Weblogic SSL Communication

Issue :
SSL Communication from Oracle HTTP Server (12c) to Weblogic Cluster fails with the below error:

*******Exception type [HALF_OPEN_SOCKET_RETRY] (attempt to read from disconnected socket:Was unexpected EOF) raised at line 792 of URL.cpp


Cause:
Incorrect configuration in the mod_wl_ohs.conf:

Solution:
Need to add the below parameter in the mod_wl_ohs.conf and restart the OHS Instances.

SecureProxy ON
WLSSLWallet "${ORACLE_INSTANCE}/config/fmwconfig/components/${COMPONENT_TYPE}/instances/${COMPONENT_NAME}/keystores/default"

Note: If you have preconfigured wallet for OHS, provide the location as appropriate in mod_wl_ohs.conf file: 
                  WLSSLWallet <WalletLocation>



<<<<<<<< >>>>>>>

Comments

Popular posts from this blog

Schedule OSB Service Using ESS 12c - SOA

Python Script to Monitor Weblogic Servers thru WLST