Configuring Proxy Connections

You can configure the connector to connect through a proxy server instead of connecting directly to the Spark service. When connecting through a proxy server, the connector supports basic authentication.

Note:

The connector currently only supports HTTP proxies.

You provide the configuration information to the connector in the connection URL. For more information about the syntax of the connection URL, see Building the Connection URL .

To configure a proxy connection:

  1. Set the UseProxy property to 1.
  2. Set the ProxyHost property to the IP address or host name of your proxy server.
  3. Set the ProxyPort property to the port that the proxy server uses to listen for client connections.
  4. Set the ProxyIgnoreList property to a comma separated hostname.
  5. For authentication with the proxy server:
    1. Set the ProxyAuth property to 1.
    2. Set the ProxyUID property to your user name for accessing the server.
    3. Set the ProxyPWD property to your password for accessing the server.