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
When the CONNECT request fails with a non-200 response, Excon still attempts the SSL handshake which is doomed to fail. Because of this, we end up getting a misleading SSL error rather than the actual CONNECT failure. Could we raise an error here if the proxy connection fails?