WebLogic 12 SSLKeyException: Hostname verification failed after restart

前端 未结 3 1489
臣服心动
臣服心动 2021-02-07 20:55

I have a WAR file deployed on WebLogic 12.1.2.0.0. Application calls a web service via HTTPS. Certificate is imported in DemoTrust.jks. All SSL related settings should be correc

3条回答
  •  粉色の甜心
    2021-02-07 21:29

    admin console Servers -> server name -> Configuration SSL tab -> Advanced -> Change Hostname Verification dropdown to None

    This worked for me.

提交回复
热议问题