Skip to main content

HTTPS Access - Invalid Certificate

Problem

If you are accessing Ingress using HTTPS with an invalid certificate, you will see an error saying Your connection isn't private.

HTTPS Error

HTTPS Error


Resolution

Follow these instructions to troubleshoot the issue.

  1. Go to the Analysis Server Configuration directory, which is by default in C:\Program Files\OpeniT\Analysis Server\Configuration.

  2. Look for the configuration file ingress.json and open it with a text editor.

  3. Set checkSslValidity to false and save the changes.

    ingress.json
        {
    "uri": "https://<ingress_hostname>:443",
    "checkSslValidity": false
    }
  4. Use the instructions in the Enabling Anonymous Authentication in IIS section to successfully enable the authentication and restart the Open iT Analysis Server Application Pool.

  5. Access the following URI to verify that the Analysis Server web interface successfully connects to Ingress:

    URI
    https://<ingress_hostname>:443/analyzer

    Where:

    • <ingress_hostname> is the hostname of the machine where Ingress is installed.

      Example
      http://win-host01:8080/analyzer