Werk #8615: cmk-update-agent: Fix 'TypeError: must be string without null bytes, not str'

Component Agent bakery
Title cmk-update-agent: Fix 'TypeError: must be string without null bytes, not str'
Date Sep 2, 2016
Checkmk Edition Checkmk Enterprise (CEE)
Checkmk Version 1.4.0i1
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed

Problem is that pyOpenSSL version 0.12 has a bug so that it cannot correctly deal with 0-bytes (which are totally allowed) in keys. This fix falls back to the command line tool openssl when it detects that broken version.

To the list of all Werks