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