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
HTTPS proxy introduces several possible error cases, similar to the actual remote server connection:
* proxy name resolution (DNS) error,
* proxy connection error,
* proxy authentication error.
The proxy authentication error can only be recognized by a string in the underlying OSError: the outer exception is a plain remote server connection error.
Although the proxy is used for HTTPS connection, the actual communication for the proxy itself is HTTP. Thus, specifying a HTTPS protocol for the proxy causes a specific WRONG_VERSION_NUMBER SSL error.
0 commit comments