Configuring a Proxy Server Parent topic

Some companies may need to configure the SecureCloud Agent to connect to the Key Management Server via a proxy server. This topic describes how to configure the proxy server connection.
Important
Important
Configure the proxy server before configuring other SecureCloud Agent settings such as CSP, Key Management Server address, account ID and pass phrase, and optional settings such as policy and auto-provisioning.

Configuring a Proxy Server - Windows Only

Procedure

  1. If the SecureCloud Encryption Wizard is not currenly open, click StartTrend Micro SecureCloud AgentSecureCloud Encryption Wizard.
  2. On the Global Settings tab, select Use Proxy and type the company's proxy server address and port.
    t_windows_config_proxy.jpg
  3. If the proxy server requires authentication, select Authentication Proxy and type the authentication account and password.
  4. If desired, test the connection to the proxy server by clicking test connection.
  5. Click Save.

Configuring a Proxy Server - Linux or Windows

Procedure

  1. Navigate to the appropriate directory:
    • On Linux, type cd /var/lib/securecloud/
    • On Microsoft Windows, click Start and type cmd to open a command shell, then type cd C:\Program Files (x86)\Trend Micro\SecureCloud\Agent\
  2. Start the Configuration Tool and configure the proxy server and port:
    • On Linux, type ./scconfig.sh -y http://<proxyurl>:<port>
    • On Windows, type scconfig.exe -y http://<proxyurl>:<port>
  3. If the proxy server requires authentication, start the Configuration Tool and configure the account and password:
    • On Linux, type ./scconfig.sh -y http://<username>:<password>@<proxyurl>:<port>
    • On Windows, type scconfig.exe -y http://<username>:<password>@<proxyurl>:<port>
  4. To test the connection:
    • On Linux, type ./scconfig.sh -y test
    • On Windows, type scconfig.exe -y test