# 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.

Analysis Server Web Interface: HTTPS Error

Analysis Server Web Interface: HTTPS Error

# Resolution

Follow these instructions to troubleshoot the issue.

  1. Go 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 with a text editor.

  3. Set checkSslValidity to false and save the changes.

    ingress.json
    1| {
    2|    "uri": "https://<ingress_hostname>:443",
    3|    "checkSslValidity": false
    4| }
  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. Verify that the Analysis Server web interface is successfully connected to Ingress by accessing the following uri:

    https://<ingress_hostname>:443/analyzer

    Where:

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

      Example
      http://desktop-oit:8080/analyzer

We value your feedback!

Please take a few minutes to complete our survey and share your thoughts on your recent experience with our documentation.

Take survey

Close