Error msg :
Servlet failed with an IOException.java.io.IOException: HTTPS hostname wrong: should be XXXXX
Context:
app is exclusively talking on TLS1.2 and higher
Solution:
Enable following params in weblogic startup:
-Dweblogic.ssl.SSLv2HelloEnabled=false -DUseSunHttpHandler=true -Dhttps.protocols=TLSv1.2
upgrade jdk to jdk 1.8_311 or higher.
restart domain.
No comments:
Post a Comment