InsecureRequestWarning on verify=false
Closed this issue · 1 comments
oliverl-21 commented
while using the sdk through the ansible module with the option verify=false the following message is shown:
would be great to have an additional option or include it in verify=false to disable those warnings.
https://urllib3.readthedocs.io/en/latest/advanced-usage.html#tls-warnings
urllib3.disable_warnings()
wastorga commented
v1.0.1 with verify=false now disables those warnings