[Bug 13861] New: wget reads HTTP(S)_PROXY, but ignores NO_PROXY

bugzilla at busybox.net bugzilla at busybox.net
Sat Jun 19 00:34:19 UTC 2021


https://bugs.busybox.net/show_bug.cgi?id=13861

            Bug ID: 13861
           Summary: wget reads HTTP(S)_PROXY, but ignores NO_PROXY
           Product: Busybox
           Version: unspecified
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: major
          Priority: P5
         Component: Other
          Assignee: unassigned at busybox.net
          Reporter: godevilove at ya.ru
                CC: busybox-cvs at busybox.net
  Target Milestone: ---

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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the busybox-cvs mailing list