# Prerequisite

# Keeping the Original Settings

Starting with Open iT version 10.2, Ingress will be set to HTTPS by default. If you prefer to maintain the original HTTP settings, follow these instructions before upgrading:

  1. Go to the Open iT Ingress Configuration directory, which is by default in C:\Program Files\OpeniT\Ingress\Configuration.

  2. Create a copy of SiteBindings.json and rename the duplicate file to SiteBindings.Override.json.

  1. Go to the Open iT Ingress configuration directory, which is by default in /opt/openit/ingress/configurations.

  2. Create a copy of SiteBindings.json and rename the duplicate file to SiteBindings.Override.json.

# Updating the Applications' Connection with Ingress

Suppose you want to use the new HTTPS configuration for Ingress. In that case, you need to update the ingress.json file of the installed applications to update their connection with Ingress.

  1. Open ingress.json file in the Configuration directory, which is by default in C:\Program Files\OpeniT\Core\Configuration.

  2. Change the checkSslValidity value to false.

    ingress.json
    1|{
    2|    "uri": "http://localhost:8080",
    3|    "checkSslValidity": false
    4|}
  3. Save the changes.

  1. Open ingress.json file in the Configuration directory, which is by default in /var/opt/openit/etc.

  2. Change the checkSslValidity value to false.

    ingress.json
    1|{
    2|    "uri": "http://localhost:8080",
    3|    "checkSslValidity": false
    4|}
  3. Save the changes.

  1. Open ingress.json file in the Configuration directory, is by default in C:\Program Files\OpeniT\Analysis Server\Configuration.

  2. Change the checkSslValidity value to false.

    ingress.json
    1|{
    2|    "uri": "http://localhost:8080",
    3|    "checkSslValidity": false
    4|}
  3. Save the changes.

  1. Open ingress.json file in the Configuration directory, which is by default in C:\Program Files\OpeniT\Zero\Configuration.

  2. Change the checkSslValidity value to false.

    ingress.json
    1|{
    2|    "uri": "http://localhost:8080",
    3|    "checkSslValidity": false
    4|}
  3. Save the changes.

  1. Open ingress.json file in the Launcher directory, which is by default in C:\Program Files\OpeniT\Launcher.

  2. Change the checkSslValidity value to false.

    ingress.json
    1|{
    2|    "uri": "http://localhost:8080",
    3|    "checkSslValidity": false
    4|}
  3. Save the changes.

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