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

Add WSS to interop test impl

Open MarcoPolo opened this issue 2 years ago • 2 comments

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.

MarcoPolo avatar Mar 09 '23 03:03 MarcoPolo

To do this, we'll need to figure out how to make browsers trust the self-signed certificate during start-up, right?

thomaseizinger avatar Sep 20 '23 02:09 thomaseizinger

I would expect headless browser frameworks to offer a trust-self-signed-certificates option. Pure intuition.

mxinden avatar Sep 22 '23 11:09 mxinden