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
Changing the default value for ssl_check_hostname to True, to ensure …
…security validations are not skipped by default (#3626)
* Changing the default value for ssl_check_hostname to True, to ensure security validations are not skipped by default
* Applying review comments
* Removing unused operation in tests.
* Removing unneeded comment from tests.