go-libp2p icon indicating copy to clipboard operation
go-libp2p copied to clipboard

feat: Enable static tls config in Webtransport

Open MarcoPolo opened this issue 2 years ago • 2 comments
trafficstars

We have some code to support a valid TLS cert in the webtransport listener, but we disabled it in https://github.com/libp2p/go-libp2p/pull/1927. There's some subtlety around making it secure.

In the mean time we may bake some assumptions that a webtransport multiaddr mostly has a certhash: https://github.com/libp2p/go-libp2p/pull/2227#discussion_r1151324966. When we re-enable static tls config we should revisit that discussion and see if anything needs to be changed

MarcoPolo avatar Mar 29 '23 04:03 MarcoPolo

Blocked on https://github.com/libp2p/specs/issues/507.

marten-seemann avatar Mar 29 '23 04:03 marten-seemann

Thank you! I couldn't remember that issue

MarcoPolo avatar Mar 29 '23 04:03 MarcoPolo