pskupinski / node-btc-e

A deprecated unofficial node.js client for the btc-e api.
ISC License
39 stars 20 forks source link

ticker throws "UNTRUSTED_CERT" #8

Closed venil7 closed 10 years ago

venil7 commented 10 years ago

ticker throws UNTRUSTED_CERT

pskupinski commented 10 years ago

They keep switching between certs lately, and it appears from my reading that the GoDaddy G2 cert that they are currently using might not be recognized everywhere quite yet.

One option is to go through all the motions to have everyone manually add the root certificate as a trusted one, or just set strictSSL to false on the calls to request. I've decided to just set strictSSL to false for the time being, hopefully that won't be necessary for long.

So if you update to 0.0.14, it should just work now.

venil7 commented 10 years ago

Thanks, I had to manually patch scripts in production to set strictSSL to false to overcome this