You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is likely not something we can fix in a way which will satisfy the scanner you're using, because of the TLS ladder being pulled up behind .onion services. We have to allow self-signed certificates and we have to silently accept self-signed SSL certificates when they come from I2P hostnames in eepget/ssleepget. However if using a more modern library can satisfy our requirement then maybe it's worth it. Leaving it open for further consideration.
This is likely not something we can fix in a way which will satisfy the scanner you're using, because of the TLS ladder being pulled up behind .onion services. We have to allow self-signed certificates and we have to silently accept self-signed SSL certificates when they come from I2P hostnames in eepget/ssleepget. However if using a more modern library can satisfy our requirement then maybe it's worth it. Leaving it open for further consideration.
why not make a bunch of real certificate hosts bascily people everyone verifies each others certs
if (_log.shouldLog(Log.INFO))
_log.info("Loaded total of " + totalAdds + " new trusted certificates");
line:430
Implement secure HTTPS communication. Consider using latest TLSv1.2 instead of javax.net.ssl.SSLContext.getInstance.
[core/java/src/net/i2p/util/SSLEepGet.java]
line:141
Implement secure HTTPS communication. Consider using latest TLSv1.2 instead of javax.net.ssl.SSLContext.getInstance.
[router/java/src/net/i2p/router/client/SSLClientListenerRunner.java]
529: SSLContext sslc = SSLContext.getInstance("TLS");
Implement secure HTTPS communication. Consider using latest TLSv1.2 instead of javax.net.ssl.SSLContext.getInstance.
[core/java/src/net/i2p/util/I2PSSLSocketFactory.java]
#198 SSLContext sslc = SSLContext.getInstance("TLS");
Implement secure HTTPS communication. Consider using latest TLSv1.2 instead of javax.net.ssl.SSLContext.getInstance.
[apps/i2ptunnel/java/src/net/i2p/i2ptunnel/SSLClientUtil.java]
163:
[apps/sam/java/src/net/i2p/sam/client/SSLUtil.java]
162:
[apps/sam/java/src/net/i2p/sam/SSLUtil.java
learn how to fix
https://learn.snyk.io/lesson/insecure-hash/?authenticate=automatic
The text was updated successfully, but these errors were encountered: