A fix for ticket #684

This commit is contained in:
meeh
2012-08-10 23:55:14 +00:00
parent 39d9d3f5b6
commit 1e8e2a197b

View File

@@ -388,8 +388,8 @@ public class SSLEepGet extends EepGet {
}
public X509Certificate[] getAcceptedIssuers() {
throw new UnsupportedOperationException();
}
return new X509Certificate[0];
}
public void checkClientTrusted(X509Certificate[] chain, String authType)
throws CertificateException {