Getting error When using SSL Certificates with Wild Cards in WebLogic Server
Getting below type of error
Caused by: javax.net.ssl.SSLKeyException: [Security:090504]Certificate chain received from <HOSTNAME> - <IP> failed hostname verification check. Certificate contained *.us.oracle.com but check expected <HOSTNAME>
WebLogic Server Version: 10.3.6.0
As per below document this issue occurs for only Version 9.2 to 10.3.5. However, my weblogic version is 10.3.6.0. It should not give this error as it is fixed from 10.3.6.0
Failed hostname verification check when using SSL Certificates with Wildcards in WebLogic Server (Doc ID 1377479.1)
Can anybody help me?