我在Weblogic访问HTTPS服务器时遇到问题,我可以访问其他HTTPSurl,例如google或microsoft。尝试连接到url的代码是:URLurl=newURL("https://myserver.com");HttpURLConnectionconnection=(HttpURLConnection)url.openConnection();connection.setRequestMethod("GET");connection.setRequestProperty("User-Agent","Mozilla/5.0");//failshereresponseCode