react-use-websocket
react-use-websocket copied to clipboard
Ignore ssl certificate checking
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