Trouble passing client certificate from OHS to WLS
Hello,Using WLS 10.3.6, OHS 11.1.1.6 with the mod_wl_ohs plugin, and OAM 10.1.4.3.
We're trying to pass the client certificate information to our application server so we can extract information, but we're not having any luck.
Here are our settings (only pertinent info):
**OHS server - In our *:4443 virtual host directive in the ssl.conf:
<Location /cactest/cac_login>
SSLVerifiyClient require
</Location>
SSLOptions +StdEnvVars +ExportCertData
LoadModule certheaders_module "${ORACLE_HOME/ohs/modules/mod_certheaders.so"
AddCertHeader HTTPS
AddCertHeader SSL_CLIENT_CERT
SimulateHttps On
***In our mod_wl_ohs.conf, we have these directives:
WLProxySSL
WLProxySSLPassThrough
***On our Weblogic managed server, we've enabled these options using the console:
We're trying to pass the client certificate information to our application server so we can extract information, but we're not having any luck.
Here are our settings (only pertinent info):
**OHS server - In our *:4443 virtual host directive in the ssl.conf:
<Location /cactest/cac_login>
SSLVerifiyClient require
</Location>
SSLOptions +StdEnvVars +ExportCertData
LoadModule certheaders_module "${ORACLE_HOME/ohs/modules/mod_certheaders.so"
AddCertHeader HTTPS
AddCertHeader SSL_CLIENT_CERT
SimulateHttps On
***In our mod_wl_ohs.conf, we have these directives:
WLProxySSL
WLProxySSLPassThrough
***On our Weblogic managed server, we've enabled these options using the console:
0