How to Use Proxy in a File Access Manager Environment
ALL_PROXY – the proxy server used on HTTP and/or HTTPS requests in case HTTP_PROXY and/or HTTPS_PROXY are not defined.
Example: 10.10.10.10:8080
NO_PROXY – a comma-separated list of hostnames that should be excluded from proxying.
Example: SOME.DOMAIN.COM,LocalFAMServer1,LocalFAMServer2