Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 7554
blob1515b24a12129ca0fd9c498add528902e1ba6f07
1 Title: Fixed possible broken Check_MK web cron job when HTTPS is configured
2 Level: 1
3 Component: packages
4 Class: fix
5 Compatible: compat
6 State: unknown
7 Version: 1.2.7i3
8 Date: 1458230991
10 When configuring a system apache for service the webpages via HTTPS and not
11 via HTTP, the default Check_MK web cron job which is executed once each minute
12 was not executed correctly because it used http://localhost/[siteid] to call 
13 the cron job. This URL is only working when the system apache is listening
14 on port 80 (HTTP) at least on localhost. 
16 We have now changed the default cron job to directly use the site apache instead
17 of the system apache for calling the cron job. This is working even when the
18 system apache is configured to only listen via HTTPS.