forked from I2P_Developers/i2p.i2p
* I2PTunnel SSL cleanup, log SSL exceptions as errors to help find cert problems
This commit is contained in:
@ -54,7 +54,7 @@ public class I2PSSLSocketFactory {
|
||||
* Loads certs from
|
||||
* the ~/.i2p/certificates/ and $I2P/certificates/ directories.
|
||||
*/
|
||||
private SSLSocketFactory initSSLContext(I2PAppContext context, boolean loadSystemCerts, String relativeCertPath)
|
||||
private static SSLSocketFactory initSSLContext(I2PAppContext context, boolean loadSystemCerts, String relativeCertPath)
|
||||
throws GeneralSecurityException {
|
||||
Log log = context.logManager().getLog(I2PSSLSocketFactory.class);
|
||||
KeyStore ks;
|
||||
|
Reference in New Issue
Block a user