Dweblogic.security.SSL.ignoreHostnameVerification impact on weblogic domain ?
Could you please advise what would be impact on weblogic 12.2.1.4 running multiple jvms with nodemanager configured when in JAVA_OPTIONS for each jvms we would add Dweblogic.security.SSL.ignoreHostnameVerification=true ?
I was trying to understand the impact and the only item I was able to find that Dweblogic.security.SSL.ignoreHostnameVerification=true would make client to ignore the host names when accessing a URL. If that setting would be in weblogic jvm than I would assume any calls from jvm made as client would ignore the host names but I am not sure I understood correctly.
Also I am not sure if there are other negative implication on security or weblogic domain functionality.