I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit be3cf446 authored by zzz's avatar zzz
Browse files

get rid of one more UnsupportedOperationException

parent 1538cd84
No related branches found
No related tags found
No related merge requests found
...@@ -393,7 +393,7 @@ public class SSLEepGet extends EepGet { ...@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment