You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can disable ssl certificate verify on node.js, By set environment variable NODE_TLS_REJECT_UNAUTHORIZED=0
I added that environment variable to node back in the day and I deeply regret it. The internet is filled with terrible advice regarding that setting. "Wotsa 'certificate error'? Herp derp, disable" 🤦
We can disable ssl certificate verify on node.js, By set environment variable NODE_TLS_REJECT_UNAUTHORIZED=0
I added that environment variable to node back in the day and I deeply regret it. The internet is filled with terrible advice regarding that setting. "Wotsa 'certificate error'? Herp derp, disable" 🤦
Agree. I also would prefer an individual per request option.
Sometime I need "fetch" from https website without valid certificate. In which case I want to disable ssl certificate verifiy.
Maybe add
will work.
But how to tell txiki.js when to do this?
BTW, We can disable ssl certificate verify on node.js, By set environment variable NODE_TLS_REJECT_UNAUTHORIZED=0.
The text was updated successfully, but these errors were encountered: