Some organizations’ security policies dictate routing outbound traffic from internal networks to the internet via a proxy server.
SEI agents support HTTP/HTTPS proxy and can be deployed in these organizations to monitor HTTP/HTTPS targets.
Outbound ICMP, UDP traffic, and inbound agent-to-agent probing cannot be routed through the proxy.
Configure proxy settings by setting the following environment variables:
Proxy | Environment Variables |
---|---|
HTTP_PROXY | Used for HTTP Traffic (e.g. HTTP_PROXY=192.168.1.1:8080) |
HTTPS_PROXY | Used for HTTPS Traffic (e.g. HTTPS_PROXY=192.168.1.1:8080) |
NO_PROXY | Addresses to bypass the proxy servers (e.g. NO_PROXY=localhost) |