IBM Maximo: Configuring MAS Manage to Access an External Proxy
This article describes how to configure Maximo Application Suite (MAS) Manage to use an external proxy server. This is commonly required for outbound integrations, such as Service Now, MuleSoft.
Procedure
1) Log in to Maximo Application Suite as a system administrator.
2) From Suite administration, select Workspace from the side navigation menu, and then select the Manage tile.
3) On the Manage workspace details page, click Actions and select Update configuration.
4) In the Server bundles row of the Update Manage configuration window, click the Edit icon.
5) In the Server bundles section, set the System managed toggle to off.
6) In the Additional properties column for the server bundle, click View.
- If no server bundles have been added to the deployment, the View option is not displayed.
7) In the Java virtual machine options section of the Additional server bundle properties window, add the following JVM options:
-Dhttp.proxyHost=proxy001.company.com -Dhttp.proxyPort=8080 -Dhttp.nonProxyHosts=localhost|127.|internalapi.mas-prd01-core.svc|.svc|.cluster.local|10.|172.|192. -Dhttps.proxyHost=proxy001.company.com -Dhttps.proxyPort=80 -Dhttps.nonProxyHosts=localhost|127.|internalapi.mas-prd01-core.svc|.svc|.cluster.local|10.|172.|192.
Save your changes.
- * Adjust the nonProxyHosts parameter as needed based on your internal network configuration
- * 10.|172.|192. is the ip addresses for your network, worker nodes, services and pods.
8) After completing all configurations, click Apply changes.
Notes
- Ensure the proxy server is reachable from the MAS environment.
- Adjust the nonProxyHosts parameter as needed based on your internal network configuration.
- These settings apply to outbound HTTP and HTTPS connections from the MAS Manage application.