Werk #10426: cmk-update-agent: Make insecure HTTPS warnings less verbose
| Component | Agent bakery | ||||
| Title | cmk-update-agent: Make insecure HTTPS warnings less verbose | ||||
| Date | Oct 23, 2019 | ||||
| Level | Trivial Change | ||||
| Class | Bug Fix | ||||
| Compatibility | Compatible - no manual interaction needed | ||||
| Checkmk versions & editions |
|
Prevously, an insecure HTTPS setup for the Agent Updater would lead to multiple warnings like
InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification
is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
This is now replaced with a warning that is evoked only once and that is more informative.