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
It seemed like I was having no issues using this project but I just noticed that it seems to fail with authenticated proxies (user:pass@ip:port). Not sure if this is a common issue but when I try doing this I receive a FetchError message that looks like this: "request to https://google.com/ failed, reason: Client network socket disconnected before secure TLS connection was established"
The code is ECONNRESET. The errno is also ECONNRESET and the type is system. Not sure why this happens but any help fixing this issue would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
It seemed like I was having no issues using this project but I just noticed that it seems to fail with authenticated proxies (user:pass@ip:port). Not sure if this is a common issue but when I try doing this I receive a
FetchError
message that looks like this:"request to https://google.com/ failed, reason: Client network socket disconnected before secure TLS connection was established"
The code is
ECONNRESET
. The errno is alsoECONNRESET
and the type issystem
. Not sure why this happens but any help fixing this issue would be greatly appreciated.The text was updated successfully, but these errors were encountered: