PowerConnect for SAP Solutions
Breadcrumbs

Configuring the PowerConnect Agent to use a Proxy

The PowerConnect Cloud agent can be configured to use a proxy server for both inputs and outputs:

Inputs

  1. Set the environment variable HTTP_INPUT_PROXY_URL to the proxy server address e.g.
    export HTTP_INPUT_PROXY_URL=http://localhost:3128

    image-20211007-041823.png
  2. Restart the PowerConnect Cloud agent
    /opt/powerconnect/bin/powerconnect.sh restart

Outputs

  1. Set the environment variable HTTP_OUTPUT_PROXY_URL to the proxy server address e.g.
    export HTTP_OUTPUT_PROXY_URL=http://localhost:3128

    image-20211007-041929.png
  2. Restart the PowerConnect Cloud agent
    /opt/powerconnect/bin/powerconnect.sh restart