CiscoISE/ciscoisesdk

InsecureRequestWarning on verify=false

Closed this issue · 1 comments

while using the sdk through the ansible module with the option verify=false the following message is shown:

grafik

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()

v1.0.1 with verify=false now disables those warnings