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
Hello, we're on an old version of node ( v8.16.1 ) and superagent ( 4.1.0 ), and noticed when we upgraded to your new superagent-proxy version 2.1.0 recently that it broke our code that uses it to make a https call though our company egress proxy. The same code was working fine with superagent-proxy 2.0.0.
The error making the https call was "Error: Protocol https not supported. Expected http:"
For now we'll revert to using 2.0.0, but wondering if any idea?
The text was updated successfully, but these errors were encountered:
I'm having the same issue under very specific circumstances.
The issue started to appear once we installed Sentry (I know this looks bad, but even without Sentry there should have been logs if the error occurred before).
Downgrading superagent-proxy to 2.0.0 or disabling Sentry or upgrading Sentry to 6.14.1 seems to work.
Hello, we're on an old version of node ( v8.16.1 ) and superagent ( 4.1.0 ), and noticed when we upgraded to your new superagent-proxy version 2.1.0 recently that it broke our code that uses it to make a https call though our company egress proxy. The same code was working fine with superagent-proxy 2.0.0.
The error making the https call was "Error: Protocol https not supported. Expected http:"
For now we'll revert to using 2.0.0, but wondering if any idea?
The text was updated successfully, but these errors were encountered: