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
To configure a proxy connection:
- Set the
UseProxy
property to1
. - Set the
ProxyHost
property to the IP address or host name of your proxy server. - Set the
ProxyPort
property to the port that the proxy server uses to listen for client connections. - Set the
ProxyIgnoreList
property to a comma separated hostname. - For authentication with the proxy server:
- Set the
ProxyAuth
property to1
. - Set the
ProxyUID
property to your user name for accessing the server. - Set the
ProxyPWD
property to your password for accessing the server.
- Set the