libp2p / go-ws-transport

a websocket implementation of a go-libp2p transport
Other
60 stars 19 forks source link

add support for listening on /wss addresses #116

Closed marten-seemann closed 2 years ago

marten-seemann commented 2 years ago

Fixes #70.

Listening on /wss addresses is only enabled when a TLS config is passed to the transport on initialization (using the WithTLSConfig option).