joewalnes / reconnecting-websocket

A small decorator for the JavaScript WebSocket API that automatically reconnects
MIT License
4.24k stars 970 forks source link

How to handle self-signed certificates? #119

Open Niesyto opened 3 years ago

Niesyto commented 3 years ago

How do I make reconnecting-websocket work like ws with rejectUnauthorized: false from node?