Pylint no-else-return refactoring: tenth (and so far last) set of files
[check_mk.git] / .werks / 3081
blob15d781874242c2451c3df62fcab9e1870301b161
1 Title: mk_jolokia: plugin now supports setting custom CAs for verifying server certificate as well as sending a client certificate
2 Level: 1
3 Component: checks
4 Compatible: compat
5 Version: 1.4.0i1
6 Date: 1456137267
7 Class: feature
9 The CA can be set through the new configuration parameter "cert_path". This can also be set to None,
10 in which case the server certificate is not verified.
11 If cert_path is not set, the behaviour is identical to the old behaviour which is dependent on the
12 python version. Old python versions (not sure exactly, probably up to at least 2.5) ignored server
13 certificates, later versions checked against system-wide trusted CAs.
15 To send a client certificate, set "client_cert" and "client_key". The key can't be password
16 protected.
18 "mode" also supports a new option called "https". If this is set, the client certificate parameters
19 need to be set and no further authentication should be expected by the server.