1 Title: cmk-update-agent: Fixed curl HTTP error 302 Found during agent registration process
11 Werk 8702 improved HTTP error handling with curl during agent registration process. It did not
12 take care about all the responses during the registration process. Now only the latest response
13 must be successful (HTTP 200). Other responses are login and redirect.
15 Affected systems have to fulfill two points:
17 <li>Agent version installed is 1.4.0b1 or newer</li>
18 <li>Python requests module is not installed</li>
21 Workaround to solve this problem is to install Python requests on the system.