Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 6902
blob4c5eb7ea0b4b5c48524ee9e2cb2d77a604954ced
1 Title: apache_status: Ignore certificate for localhost
2 Level: 1
3 Component: checks
4 Compatible: incomp
5 Edition: cre
6 Version: 1.6.0i1
7 Date: 1542097441
8 Class: fix
10 If a https server at 127.0.0.1 or [::1] is checked, ignore the certificate in
11 case the name does not match.
13 Previously we tried to contact the server via http on port 80 instead,
14 but the server may not be listening on that port.
16 You need to change the protocol to http if you are monitoring a https
17 server that also listenes on port 80 and the servers address is not
18 either the address the certificate was issued for or one of
19 127.0.0.1, [::1] and "localhost".