####
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