STR: 1. Configure HTTP_PROXY, HTTPS_PROXY and NO_PROXY envs. 2. Use wget to download anything from a host that is mentioned in NO_PROXY env. ER: wget should NOT use proxy for that connection. AR: wget uses proxy specified either in HTTP_PROXY or in HTTPS_PROXY (based on the resource's schema) for that connection.