observing / thor

The WebSocket god of thunder
MIT License
1.29k stars 154 forks source link

Ignore self signed cert #15

Open mknwebsolutions opened 9 years ago

mknwebsolutions commented 9 years ago

Anyway to ignore self signed certs for local testing?

matthewfranglen commented 9 years ago

This change will ignore self signed certificates: https://github.com/matthewfranglen/thor/commit/af11b6e4403697b208747574e753f3e9d1340e26

mellery451 commented 6 years ago

based on that patch, it looks like setting an ENV var works:

NODE_TLS_REJECT_UNAUTHORIZED=0 thor --amount ...