-
Notifications
You must be signed in to change notification settings - Fork 409
New issue
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
Upgrade 'https-proxy-agent' dependency to v5 #328
Comments
FWIW this looks to be related or even the same issue as #316 |
@denver-HJS Thanks for letting us know -- bug reports are always appreciated. 👍
Asking the second question because we're working on #316 right now. Once we release that fix it might solve your problem -- but if there's a specific problem you know about with |
Thanks for the reply @astormnewrelic.
My interpretation is that upgrading |
Using an environment variable in place of your host key and then accessing its value via |
@astormnewrelic that did get me where I need to be, thanks for the help. I wasn't able to reproduce the issue when isolating down to only Oddly enough, I can still get back to the for reference here's the repo with the isolated packages: https://github.com/denver-HJS/newrelic-issue-reproducing/tree/NR-agent-328 |
@denver-HJS Presuming you meant It sounds like things are working for you again and you can make web requests with got. That's great. we probably wouldn't have gotten this fix in without yoru report, so thank you for bringing it to our attention. Per your comments we'll to close this issue out. Don't hesitate to reopen or open a new one if you run into trouble (usual caveats about official support channels being the best way to get official support, etc. etc.) |
Yes good catch, I fat fingered the version numbers there 🙂 I've updated the comment, so it won't confuse others. Thanks again for the quick replies! |
Hi all,
I'm attempting to use the latest got HTTP client library in my project, and it appears that there's some interference between the
https-proxy-agent
library, which thenewrelic
node APM agent depends on, and the native node APIs thatgot
makes use of.Due to this, I'm getting this error for any HTTPS request I make:
GotError: connect ECONNREFUSED 127.0.0.1:443
Please refer to these issue threads for more detail:
observed problem: sindresorhus/got#951
the solution:
(The associated PR: TooTallNate/node-agent-base#36)
The text was updated successfully, but these errors were encountered: