rust-libp2p
rust-libp2p copied to clipboard
Add WSS to interop test impl
Description
We now have WSS testing in the interop runner. We need this to test browsers since browsers wont connect to a non-secure ws url. We have the go-libp2p pr here: https://github.com/libp2p/go-libp2p/pull/2178. It would be great to have Rust add WSS so it gets tested against browsers.
Are you planning to do it yourself in a pull request?
I would, but I feel like others could do this faster.
To do this, we'll need to figure out how to make browsers trust the self-signed certificate during start-up, right?
I would expect headless browser frameworks to offer a trust-self-signed-certificates option. Pure intuition.