Amazon Redshift Connectors > Part III: Data Integration with Amazon Redshift Connector > Amazon Redshift connections > Configuring proxy settings
  

Configuring proxy settings

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.
Note: You can only use an unauthenticated proxy server to connect to Amazon Redshift.
Contact your network administrator for the correct proxy settings.

Configuring proxy settings on Windows

To configure the proxy server settings for the Secure Agent on a Windows machine, you can configure the proxy server settings through the Secure Agent or the JVM options of the Secure Agent.

Configuring proxy settings through Secure Agent Manager

To configure the proxy server settings through the Secure Agent Manager, perform the following steps:
    1Click Start > All Programs > Informatica Cloud Secure Agent > Informatica Cloud Secure Agent to launch the Secure Agent Manager.
    The Secure Agent Manager displays the Secure Agent status.
    2Click Proxy in the Secure Agent Manager page.
    3Click Use a Proxy Server to enter proxy server settings.
    4Configure the following proxy server details:
    Field
    Description
    Proxy Host
    Required. Host name of the outgoing proxy server that the Secure Agent uses.
    Proxy Port
    Required. Port number of the outgoing proxy server.
    5Click OK.
    The Secure Agent Manager restarts the Secure Agent to apply the settings.

Configuring the proxy settings through JVM Options

    1Log in to Informatica Intelligent Cloud Services.
    2Open Administrator and select Runtime Environments.
    3Select the Secure Agent for which you want to configure a 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.
    6Click Save.
    The Secure Agent restarts to apply the settings.

Configuring proxy settings on Linux

The Secure Agent installer configures the proxy server settings for the Secure Agent based on settings configured in the browser. You can update the proxy server settings defined for the Secure Agent from the command line.
To configure the proxy server settings for the Secure Agent on a Linux machine, use a shell command that updates the proxy.ini file. Contact the network administrator to determine the proxy settings.
    1 Navigate to the following directory:
    <Secure Agent installation directory>/apps/agentcore
    2Update the proxy.ini file using the following command:
    consoleAgentManager.bat configureProxy <proxy host> <proxy port>
    3Restart the Secure Agent.