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
Should use SSLContext.load_default_certs to load system CAs properly on
all platforms including Windows. SSLContext.set_default_verify_paths
worked fine on Linux based OSes. load_default_certs is new in Python
3.4.
0 commit comments