forked from I2P_Developers/i2p.i2p
A fix for ticket #684
This commit is contained in:
@@ -388,8 +388,8 @@ public class SSLEepGet extends EepGet {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public X509Certificate[] getAcceptedIssuers() {
|
public X509Certificate[] getAcceptedIssuers() {
|
||||||
throw new UnsupportedOperationException();
|
return new X509Certificate[0];
|
||||||
}
|
}
|
||||||
|
|
||||||
public void checkClientTrusted(X509Certificate[] chain, String authType)
|
public void checkClientTrusted(X509Certificate[] chain, String authType)
|
||||||
throws CertificateException {
|
throws CertificateException {
|
||||||
|
Reference in New Issue
Block a user