Tuesday, December 31, 2013

Certificate chain received from host failed hostname verification check

Error in logs: #### <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <1377783231166>

#### <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <1377783231373>
Solution :
1)If you are accessing the application from your corportate intranet .
To Resolve the issue add the below command line parameter in serverstart(weblogic console) and restart the weblogic server .
-Dweblogic.security.SSL.ignoreHostnameVerification=true

2)If you are accessing the application from internet.
To Resolve the issue add the below command line parameter in serverstart(weblogic console) and restart the weblogic server .
-Dhttps.proxyHost=http-proxy.webservicesm.com -Dhttps.proxyPort=88

No comments:

Post a Comment