Werk #8649: cmk-update-agent: Prevent using proxy for HTTP calls
Component | Agent bakery | ||
Title | cmk-update-agent: Prevent using proxy for HTTP calls | ||
Date | Dec 23, 2016 | ||
Level | Trivial Change | ||
Class | Bug Fix | ||
Compatibility | Compatible - no manual interaction needed | ||
Checkmk versions & editions |
|
On systems where curl is installed, the agent updater is using this command to communicate with it's update server.
By default curl is using proxies configured via environment variables http_proxy, https_proxy, etc.. Since the update server is usually an internal host which is directly reachable and not via proxy, we suppress the use of a proxy with the curl --noproxy option.