proxy server Section Settings

Prev Next

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

type

none

Yes

Yes

Yes

host

---

Yes

Yes

Yes

port

80

Yes

Yes

Yes

exclude_hosts

["eng.fireeye.com", "host.fireeye.com"]

Yes

Yes

Yes

exclude_local_hosts

false

Yes

Yes

Yes

username

---

Yes

Yes

Yes

password

---

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>"

}