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 | ||
Level | Trivial Change | ||
Class | Bug Fix | ||
Compatibility | Compatible - no manual interaction needed | ||
Checkmk versions & editions |
|
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.