I'm getting a lot of this warnings in weblogic 12.2.1.4
<Warning> <Security> <BEA-090504> <Certificate chain received from appserver71- xx.xx.xx.xxx failed hostname verification check. Certificate contained myapp.mycompany.com but check expected appserver71>
If I search in oracle support, everything seems to point you to just disable the hostname verification check for that weblogic server.
The certificate and the dns are fine, what is wrong is the name used for the verification. It is the hostname, not the cn of the certificate. Where do I tell weblogic that the name I want for that service is the certificate one?
thanks.