Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 7387
blobcf309bb74cb03257d2e652435d18bf2602a60055
1 Title: apache_status: Ignore certificates from local hosts
2 Level: 1
3 Component: checks
4 Compatible: compat
5 Edition: cre
6 Version: 1.6.0i1
7 Date: 1554122535
8 Class: fix
10 Previously not all cases of failing certificate verfication for
11 local hosts were handled correctly, which could lead to missing
12 data for that host.
13 Instead of handling all cases of invalid certificates we now 
14 omit certificate verification for local addresses entirely.
15 Note that this will fail for python versions before 2.7.
17 This only applies if one of the addresses "127.0.0.1", "[::1]", and
18 "localhost" is queried using https.