Skip to content

Accessing Check_MK via HTTPS doesn't redirect properly #1

Open
@ganto

Description

@ganto

There are multiple issues when running Check_MK with HTTPS enabled:

  • When accessing the page via entry link https://<server>/<site> an invalid redirect to https://<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 to http://<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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions