react-use-websocket icon indicating copy to clipboard operation
react-use-websocket copied to clipboard

Ignore ssl certificate checking

Open thewh1teagle opened this issue 2 years ago • 0 comments

Is there a way to pass options to the websocket connection so it will not check the certificate when connecting to secure websocket server?

Originally, when using native websocket in the browser we can pass {rejectUnauthorized: false} to connect() function

thewh1teagle avatar Oct 21 '23 22:10 thewh1teagle