Closed oppsec closed 3 years ago
Could you move this in the main function please? So that if people use this as a library (unlikely but..) it won't affect their setup. Thanks for contributing!
Isn't urllib3.disable_warnings
already there on line 710? urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
Isn't
urllib3.disable_warnings
already there on line 710?urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
I'm on Windows 10 Pro and sometimes the message keeps appearing to me and I think it's not a problem using urllib3.disable_warnings()
Hello,
I've added the function urlib3.disable_warnings() to avoid the SSL warning message flood.
Best regards, oppsec.