Werk #6902: apache_status: Ignore certificate for localhost

Component Checks & agents
Title apache_status: Ignore certificate for localhost
Date Nov 13, 2018
Checkmk Edition Checkmk Raw (CRE)
Checkmk Version 1.5.0p8 1.6.0b1
Level Trivial Change
Class Bug Fix
Compatibility Incompatible - Manual interaction might be required

If a https server at 127.0.0.1 or [::1] is checked, ignore the certificate in case the name does not match.

Previously we tried to contact the server via http on port 80 instead, but the server may not be listening on that port.

You need to change the protocol to http if you are monitoring a https server that also listenes on port 80 and the servers address is not either the address the certificate was issued for or one of 127.0.0.1, [::1] and "localhost".

To the list of all Werks