The proxy password allows you to authenticate access to the proxy server. There is no default value.
Note
If you do not set a proxy username and password, proxy authentication is ignored.
If you define a password for your proxy server, you must also define the following:
Change this setting using one of the following methods:
Web UI (See Configuring an HTTPS Proxy Server Using the Web UI).
API custom configuration channels (see Using API Custom Configuration Channels).
Manually on individual endpoints by changing the agent configuration file (see Modifying the Configuration File for a Single Endpoint).
For manual changes, the proxy
passwordsetting should be listed within quotation marks ("). Enclose the full list of proxy server settings in braces ({}).{"proxy": {"type": "manual","host": "proxy.fireeye.com","port": 80,"exclude_hosts": ["eng.fireeye.com", "host.fireeye.com"],"exclude_local_hosts": true,"username": "<proxy-user>","password": "<proxy-user-password>"}