get rid of one more UnsupportedOperationException

This commit is contained in:
zzz
2012-08-11 11:41:29 +00:00
parent 1538cd84a9
commit be3cf44608

View File

@@ -393,7 +393,7 @@ public class SSLEepGet extends EepGet {
public void checkClientTrusted(X509Certificate[] chain, String authType) public void checkClientTrusted(X509Certificate[] chain, String authType)
throws CertificateException { throws CertificateException {
throw new UnsupportedOperationException(); throw new CertificateException();
} }
public void checkServerTrusted(X509Certificate[] chain, String authType) public void checkServerTrusted(X509Certificate[] chain, String authType)