Configuring the CFT Client server for proxy server use

If the CFT Client server is using a proxy server, the REST calls to CFT Agent cannot be executed. You must set the settings for proxy host and port in CFT Client Grid.

  1. In the Grid Admin UI, click the link Application CloudFileTransferClient.
  2. In the application menu, select Properties.
  3. Filter on grid.jvm.generic.
  4. Click Generic JVM Commands.
  5. Click M3CFTClientNode.
  6. Click Edit.
  7. Add these lines:
    -Dhttps.proxyHost=<proxy server address>
    -Dhttps.proxyPort=<proxy server port>
  8. Click Save.
  9. Restart the Cloud File Transfer Client application.