ProxyHost
The host name or IP address of the proxy server to use to access the repository.
You must decide how to configure your proxy server:
- To use the same proxy server for all tasks, configure the proxy server in the
[Connector]section of the configuration file using the parameters ProxyHost, ProxyPort, ProxyUsername, and ProxyPassword (or UseSystemProxy). If you configure a proxy server in the[Connector]section, you must not set any proxy parameters for individual tasks. - To configure a unique proxy server for one or more tasks, ensure that there are no proxy parameters set in the
[Connector]section and then configure proxy settings in the task sections.
| Type: | String |
| Default: | |
| Required: | No |
| Configuration Section: | TaskName |
| Example: | ProxyHost=10.1.0.11
|
| See Also: |