Allow client override to disable "InsecureRequestWarning" log messages
Closed this issue · 1 comments
aorourkehp commented
With the release of the new client, the following error message is constantly logged:
/usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connectionpool.py:768: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised.
See: https://urllib3.readthedocs.org/en/latest/security.html
InsecureRequestWarning)
Currently there is now way to suppress this warning, making the log file bogged down with these messages. There should be a an override flag that allows you to willingly disabled these log messages.
aorourkehp commented
Fixed in 4.0.1