If your organization uses an outgoing proxy server to connect to the Internet, the Secure Agent connects to Informatica Intelligent Cloud Services through the proxy server.
You can configure the Secure Agent and the serverless runtime environment to use the proxy server on Windows and Linux. You can use the unauthenticated proxy server that requires only the host and port address for configuration.
To configure proxy settings for the Secure Agent, use one of the following methods:
•Configure the Secure Agent through the Secure Agent Manager on Windows or shell command on Linux.
For instructions, see "Configure the proxy settings on Windows" or "Configure the proxy settings on Linux" in Getting Started in the Data Integration help.
•Configure proxy server through the JVM options. To do this, perform the following steps:
1Log in to Informatica Intelligent Cloud Services.
2Open Administrator and select Runtime Environments.
3Select the Secure Agent for which you want to configure the proxy server.
4On the upper-right corner of the page, click Edit.
5In the System Configuration Details section, select the Type as DTM for the Data Integration Service.
6Add the following parameters in any JVMOption field and specify appropriate values for each parameter:
Parameter
Description
-DproxyEnabled=
Required. Set the value to true to enable proxy server.
-Dhttp.proxyHost=
Required. Host name of the outgoing HTTP proxy server.
-Dhttp.proxyPort=
Required. Port number of the outgoing HTTP proxy server.