Date: Tue, 04 Jul 2017 13:51:21 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 220468] [libfetch] is not handling 407 (proxy auth) when connecting to https using connect tunnel (patch) Message-ID: <bug-220468-8@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220468 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@FreeBSD.org Reporter: egil.hasting@higen.org Created attachment 184056 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D184056&action= =3Dedit patched http.c file allowing authed connect tunnel with https as a target Using: export HTTP_PROXY_AUTH=3D"basic:*:username:password" export HTTP_PROXY=3D"http://<proxy_ip>:3128" following will FAIL with 407: fetch https://<pkgrepohost>/repo/meta.txz=20=20 following will WORK: fetch http://<pkgrepohost>/repo/meta.txz this is also affecting pkgng which are compiling libfetch. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-220468-8>