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
Fix httplib invalid scheme detection for HTTPS (aws#121).
* Libraries utilizing urllib3 now properly get matched as https when an https request is made.
+ botocore and requests utilize urllib3, so any underlying https request now properly
identifies as https.
0 commit comments