Use the proxy server settings to set up a HTTPS proxy server that allows endpoints on your network to access the Endpoint Security (HX) server or Internet.
Setting Key | Default | Supported Edit Methods | ||
|---|---|---|---|---|
Web UI | CLI | API | ||
| Yes | Yes | Yes | |
--- | Yes | Yes | Yes | |
| Yes | Yes | Yes | |
| Yes | Yes | Yes | |
| Yes | Yes | Yes | |
--- | Yes | Yes | Yes | |
--- | Yes | Yes | Yes | |
failed_retry_delay | Yes | Yes | Yes | |
The proxy server settings must be enclosed in braces and listed within quotation marks ("). See the example below.
{
"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>"
}