Zendesk V2 Connector > Zendesk V2 Connections > Configure proxy settings
  

Configure proxy settings

If your organization uses an outgoing proxy server to connect to the Internet, you can use the agent to connect to Informatica Intelligent Cloud Services through the proxy server.
You can configure the Secure Agent to use the proxy server on Windows and Linux. You can use the unauthenticated or authenticated proxy server.
To configure the proxy settings for the serverless runtime environment, see Runtime Environments in the Administrator help.

Configuring the Proxy Settings on Windows

To configure the proxy server settings for the Secure Agent on a Windows machine, you must configure the proxy server settings through the Secure Agent Manager.
Contact your network administrator for the correct proxy settings.
    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.
    User Name
    Not applicable for unauthenticated proxy server.
    Password
    Not applicable for unauthenticated proxy server.
    5Click OK.
    The Secure Agent Manager restarts the Secure Agent to apply the settings.

Configuring the Proxy Settings on Linux

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, you must use a shell command that updates the proxy.ini file.
Contact your network administrator for the correct proxy settings.
    1 Navigate to the following directory:
    <Secure Agent installation directory>/apps/agentcore
    2To update the proxy.ini file, enter the following command:
    consoleAgentManager.bat configureProxy <proxy host> <proxy port>
    3Restart the Secure Agent.