HTTP_PROXY="http://localhost:8080"
HTTPS_PROXY="http://localhost:8080"
# Lowercase variants too: curl ignores the uppercase HTTP_PROXY for http:// URLs (its
# anti-"httpoxy" behavior), so without http_proxy a plain `curl http://...` bypasses the proxy.
http_proxy="http://localhost:8080"
https_proxy="http://localhost:8080"
NO_PROXY="${NO_PROXY:-}${NO_PROXY:+,}localhost,127.0.0.1,::1"
no_proxy="${no_proxy:-}${no_proxy:+,}localhost,127.0.0.1,::1"
REQUESTS_CA_BUNDLE="/services/server/mitmproxy/mitmproxy-ca-cert.pem"
CURL_CA_BUNDLE="/services/server/mitmproxy/mitmproxy-ca-cert.pem"
