WebLogic 12 SSLKeyException: Hostname verification failed after restart

前端 未结 3 1447
臣服心动
臣服心动 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条回答
  •  梦毁少年i
    2021-02-07 21:09

    set JAVA_OPTIONS=%JAVA_OPTIONS% -DUseSunHttpHandler=true helps me. Try to add this line to WebLogic setDomainEnv.(cmd|sh) file. The purpose of this parameter is to tell WebLogic to use Sun's HttpHandler and do not use WebLogic own.

提交回复
热议问题