I have a problem with Weblogic accessing an HTTPS server, I can access other HTTPS urls, like google or microsoft. The code that tries to connect to the url is:
<
For me using -DUseSunHttpHandler=true works but I can't have this parameter, because then I have problems with restarting Managed Server on redeploy.
-DUseSunHttpHandler=true
This helped me:
url = new URL(null,"https://yoururl.com",new sun.net.www.protocol.https.Handler());