Connect Acoustic Exchange Toolkit through a proxy server

Step-by-step

Modify proxy server settings

If your corporate data security plans demand separation between your corporate data and the public Internet, you can connect to Acoustic Exchange through a web proxy server. The proxy server must support HTTPS.

The config.properties configuration file includes optional properties that you must configure if you plan to connect through a web proxy server. To use a web proxy server, you must provide the proxy server address. For authenticated access to the proxy, you must also provide the required user name and password.

The config.properties file is in the conf directory of <CU_HOME>

  1. In the conf directory, open config.properties in a text editor.

  2. In the Proxy Server Host Settings section, modify the following properties. Comments in the file provide guidance for updating each property.

        proxy.url 
    

    Specify the URL for the web proxy server.

        proxy.username 
    

    Specify the username that is used to access the web proxy server. Leave blank if authenticated access is not required.

        proxy.password 
    

    Specify the password that is used to access the web proxy server. Leave blank if authenticated access is not required.

  3. Save config.properties and verify the connection.