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
Unfortunately, Requests is in an awkward place with proxies and HTTPS at the moment. You cannot use the HTTP CONNECT verb, which means the only kind of proxy you can use with HTTPS traffic is an SSL-terminating proxy like mitmproxy.
The specific bug here is that we're attempting to connect to your proxy and perform the SSL handshake, but the proxy is either not responding or taking too long to respond.
Until the CONNECT verb is implemented in urllib3 (see urllib3/urllib3#170), you will not be able to do what you're attempting to do using Requests.
Sorry we can't do more to help you, and thanks for reporting the bug!
I try to sending a HTTPS requests by http proxy.
the code is like
The text was updated successfully, but these errors were encountered: