Open
Description
There are multiple issues when running Check_MK with HTTPS enabled:
- When accessing the page via entry link
https://<server>/<site>
an invalid redirect tohttps://<server>:80/<site>/omd
will be returned. This happens because the CGI environment variable${SERVER_PORT}
in/omd/sites/<site>/etc/apache/conf.d/omd.conf
is not properly set to 443. - When accessing the page via
https://<server>/<site>/check_mk
a redirect tohttp://<server>/<site>//check_mk/login.py?_origtarget=index.py
will be returned. This still needs some investigation. After being authenticated, the access via HTTPS works.
I didn't check yet, if these issues are known to upstream or if this is specific to our setup.