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
Python 3.4 added ssl.create_default_context(), ideally urllib3 should use this where possible. It is designed to be a "give me a SSLContext with best practices applied" function and will ideally enable improvements in that particular function to be picked up by urllib3 automatically.