-
-
Notifications
You must be signed in to change notification settings - Fork 11k
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
httpsAgent does not work in combination with an HTTP-proxy. #1981
Comments
I got here by searching for a fix on https proxy failures ( I'm not sure if it's related, but but i know there are/were bugs with setting your own httpsAgent too (to do things like setting keepalive) |
I have opened a PR to fix this issue : #2426 |
The PR has been merged. Waiting for a new release. |
waiting for the new release :) |
Is this issue resolved and available in latest release? Please share some update on this. |
same :( |
see #2502, this will be fixed once that version is out, thank you for your patience |
Closed as released. |
Description
I try to setup HTTPS-session using Axios which works fine through Fiddler.
This fails by the way on the current stable release v0.18.0, I guess this is issue #925, fixed in #959.
As soon as I remove Fiddle, it no longer works. I suspect that it is, because the connection is pooled by Fiddler. So in order to make it work without the Fiddler proxy, I inject httpsAgent to keep the connection alive e.g.:
I can't get it work with the https-agent assigned, not with a proxy:
Stacktrace:
Not without a proxy.
Context
Related issues
The text was updated successfully, but these errors were encountered: