Proxy settings (HTTP and HTTPS)
- Last UpdatedJun 30, 2026
- 1 minute read
|
Variable |
Value |
Description |
|---|---|---|
|
http_proxy |
user:pw@IPorHost:port |
Connectivity details for HTTP proxy. User and password only needed if required by the proxy server. |
|
https_proxy |
user:pw@IPorHost:port |
Connectivity details for HTTPS proxy. User and password only needed if required by the proxy server. |
Example edgenode.env with proxy settings:
# Proxy Section
>https_proxy=user:pw@192.168.102.10:1234