iriscouch / follow

Very stable, very reliable, NodeJS CouchDB _changes follower
Apache License 2.0
393 stars 82 forks source link

how to work with self-signed certificates #87

Closed exhesham closed 8 years ago

exhesham commented 8 years ago

Hi, I am trying to run follow on an https server. this server has a self signed certificate. I get the error: Error: self signed certificate] code: 'DEPTH_ZERO_SELF_SIGNED_CERT

I tried to apply ca: [server certificate file] but it didn't work! I don't want a solution like accepting unauthorized certificate = true;

how to solve this issue

exhesham commented 8 years ago

the issue was already solved in another bug under the title SSL