TooTallNate / proxy-agents

Node.js HTTP Proxy Agents Monorepo
https://proxy-agents.n8.io
873 stars 228 forks source link

Getting error SELF_SIGNED_CERT_IN_CHAIN #116

Closed ellenaua closed 1 year ago

ellenaua commented 3 years ago

Getting error SELF_SIGNED_CERT_IN_CHAIN

cdesch commented 3 years ago

You probably need to include the CA cert. This is most likely related to https://github.com/TooTallNate/node-https-proxy-agent/issues/54 and https://github.com/TooTallNate/node-https-proxy-agent/issues/89

boly38 commented 3 years ago

Hi It would be great to add to this agent support of rejectUnauthorized: false, (like in https.Agent cf. Karthik answer) : having proxy+rejectUnauthorized=false feature in the same agent.

TooTallNate commented 1 year ago

This module has gone through a large refactor and modernization. I am closing this issue as a bit of house cleaning. If you feel that this issue still exists in the latest release, feel free to open a new issue.