joewalnes / reconnecting-websocket

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

How to handle self-signed certificates? #119

Open Niesyto opened 2 years ago

Niesyto commented 2 years ago

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