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
Inject SSL context into urllib3 ProxyManager, too (#13343)
When a proxy is involved, requests uses a urllib3 proxy manager instead of
the pool manager. We only inject our SSL context into the pool manager,
which means the truststore context is lost when a proxy is set.
We can modify proxy manager construction by overriding proxy_manager_for
on the requests adapters.
0 commit comments