#
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:
Go to the Open iT Ingress Configuration directory, which is by default in
C:\Program Files\OpeniT\Ingress\Configuration
.Create a copy of
SiteBindings.json
and rename the duplicate file toSiteBindings.Override.json
.
Go to the Open iT Ingress configuration directory, which is by default in
/opt/openit/ingress/configurations
.Create a copy of
SiteBindings.json
and rename the duplicate file toSiteBindings.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.
Open
ingress.json
file in the Configuration directory, which is by default inC:\Program Files\OpeniT\Core\Configuration
.Change the checkSslValidity value to false.
ingress.json1|{ 2| "uri": "http://localhost:8080", 3| "checkSslValidity": false 4|}
Save the changes.
Open
ingress.json
file in the Configuration directory, which is by default in/var/opt/openit/etc
.Change the checkSslValidity value to false.
ingress.json1|{ 2| "uri": "http://localhost:8080", 3| "checkSslValidity": false 4|}
Save the changes.
Open
ingress.json
file in the Configuration directory, is by default inC:\Program Files\OpeniT\Analysis Server\Configuration
.Change the checkSslValidity value to false.
ingress.json1|{ 2| "uri": "http://localhost:8080", 3| "checkSslValidity": false 4|}
Save the changes.
Open
ingress.json
file in the Configuration directory, which is by default inC:\Program Files\OpeniT\Zero\Configuration
.Change the checkSslValidity value to false.
ingress.json1|{ 2| "uri": "http://localhost:8080", 3| "checkSslValidity": false 4|}
Save the changes.
Open
ingress.json
file in the Launcher directory, which is by default inC:\Program Files\OpeniT\Launcher
.Change the checkSslValidity value to false.
ingress.json1|{ 2| "uri": "http://localhost:8080", 3| "checkSslValidity": false 4|}
Save the changes.