Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 6932
blob99cb42d04b8e87560d6136413e91d6de600ab68f
1 Title: cmk-update-agent: Apply urllib3 bugfix
2 Level: 1
3 Component: agents
4 Compatible: compat
5 Edition: cee
6 Version: 1.6.0i1
7 Date: 1544009907
8 Class: fix
10 It has been observed recently that the agent updater might crash
11 with an error message  like
12 <pre>IDNAError: The label ... is not a valid A-label</pre>
14 The cause for this behavior is a bug in the underlying urllib3
15 python module. However, this has been fixed in a newer urrllib-version
16 and hence we updated the underlying python modules to newer versions
17 in order to apply the bugfix to cmk-update-agent.