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
{{ message }}
This repository was archived by the owner on Feb 8, 2023. It is now read-only.
It's described at ipfs/kubo#2968. The issue has been closed as "not actionable", and I was advised to open an issue here.
Sorry, I'm new here, what is the procedure of making an issue "actionable"?
The proposal introduces a concept of a Trust Manager at the network level. It's not a new concept, I borrowed it from Java. In Java, as many probably know, Trust Manager is used during TLS handshake to decide if the other party is trusted; if it is, connection is allowed.
It is important to understand that the concept of a Trust Manager belongs to golang network libraries, not IPFS. The only reason it is proposed here is because IPFS uses a custom "TLS like" protocol. I know there is a plan to switch to TLS, but until then this can fill the gap for people who need private networks now.