[Bug 220468] [libfetch] is not handling 407 (proxy auth) when connecting to https using connect tunnel (patch)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jul 4 13:51:22 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220468

            Bug ID: 220468
           Summary: [libfetch] is not handling 407 (proxy auth) when
                    connecting to https using connect tunnel (patch)
           Product: Base System
           Version: 11.0-STABLE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: egil.hasting at higen.org

Created attachment 184056
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=184056&action=edit
patched http.c file allowing authed connect tunnel with https as a target

Using:
export HTTP_PROXY_AUTH="basic:*:username:password"
export HTTP_PROXY="http://<proxy_ip>:3128"


following will FAIL with 407:
fetch https://<pkgrepohost>/repo/meta.txz  

following will WORK:
fetch http://<pkgrepohost>/repo/meta.txz


this is also affecting pkgng which are compiling libfetch.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list