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 to only add assert_hostname for https urls (#578)
* Fix to only add assert_hostname for https urls
Given an http:// server url and `'VERIFY_SERVER_CERT': False`,
don't pass in assert_hostname (it will error)
* Update changelog
* Use url_parts and add additional test
0 commit comments