mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-05-26 07:35:00 +00:00
get rid of one more UnsupportedOperationException
This commit is contained in:
@@ -393,7 +393,7 @@ public class SSLEepGet extends EepGet {
|
||||
|
||||
public void checkClientTrusted(X509Certificate[] chain, String authType)
|
||||
throws CertificateException {
|
||||
throw new UnsupportedOperationException();
|
||||
throw new CertificateException();
|
||||
}
|
||||
|
||||
public void checkServerTrusted(X509Certificate[] chain, String authType)
|
||||
|
||||
Reference in New Issue
Block a user