标签: java ssl
HttpsURLConnection connection = (HttpsURLConnection) url.openConnection(); connection.connect(); response = connection.getResponseCode();
我有这段代码,并且一直都在获取SSLHandShakeException。 有人可以详细说明问题出在哪里吗?