We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See TooTallNate/node-proxy-agent#44
The text was updated successfully, but these errors were encountered:
and one more: TooTallNate/node-proxy-agent#51
Sorry, something went wrong.
Yes I am also getting issues with this package; it's breaking all my https calls.
agent-base is already in version 6...
Just walked straight into this one too - since adding mailgun-js, all my other outbound calls using got are broken.
I noticed this issue to when trying to use https.
Mailgun includes proxy-agent which then includes socks-proxy-agent.
socks-proxy-agent modifies the https module and does not match the current 14.X LTS release for https.request
which effectively brakes lots of other modules.
No branches or pull requests
See TooTallNate/node-proxy-agent#44
The text was updated successfully, but these errors were encountered: