Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 5793
blob4df065e2e1223d6044619fa61df869091de62125
1 Title: Agent Encryption: No longer trying to decrypt all incoming tcp data when a "Encryption" rule with an arbitrary value was set
2 Level: 1
3 Component: checks
4 Compatible: compat
5 Edition: cre
6 Version: 1.5.0b1
7 Date: 1521206167
8 Class: fix
10 The agent output decryption function was incorrectly called for hosts with a specifically "Encryption" rule set.
11 In most scenarios the decryption failed, because the plain text was obviously not decrypted correctly.
12 The fallback of the decryption error was to use the plain text instead for further processing - this was conincidentally the right bevhaviour.
15 However, sometimes the decryption succeeded, which lead to garbled agent output and missing agent sections.