ignoreHostnameVerification=false cause Authentication denied
wls 14.1.1.0, patchset: SPU January 2024, Kubernetes 1.27
secureproductionmode = enabled
I am trying to further harden security on wls domains and one of the changes are to disable the SSL.ignoreHostnameVerification = false
However kubernetes pods managed servers, fails to startup due to
Caused By: javax.security.auth.login.FailedLoginException: [Security:090938]Authentication failure: The specified user failed to log in. The issue could be because of an incorrect password in boot.properties file or a corrupted boot.properties file. javax.security.auth.login.FailedLoginException: [Security:090302]Authentication Failed: User specified user denied
Pod managed servers are working as expected if I enable ignoreHostnameVerification = true.
any idea ?