You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
I have a squid proxy on my local computer (127.0.0.1:3128). It is configured to require no authentication. If I try to use an https.request, I get an error like:
{ [Error: socket hang up] code: 'ECONNRESET' }
The following code reproduces this issue (provided of course that you have a squid proxy set up on port 3128):
I have a squid proxy on my local computer (127.0.0.1:3128). It is configured to require no authentication. If I try to use an
https.request, I get an error like:The following code reproduces this issue (provided of course that you have a squid proxy set up on port 3128):
It is definitely an error with node itself. If the problem were with squid, it would just result in responses with statusCode 501.
I am running v0.6.6 on Windows 7.