Bug 13861 - wget reads HTTP(S)_PROXY, but ignores NO_PROXY
Summary: wget reads HTTP(S)_PROXY, but ignores NO_PROXY
Status: NEW
Alias: None
Product: Busybox
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: All Linux
: P5 major
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-19 00:34 UTC by godevilove
Modified: 2021-06-19 00:34 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description godevilove 2021-06-19 00:34:19 UTC
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.