Date: Fri, 25 Dec 2020 10:49:16 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 252128] fetch(3); Add support of HTTPS_PROXY/https_proxy environment variables Message-ID: <bug-252128-227@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D252128 Bug ID: 252128 Summary: fetch(3); Add support of HTTPS_PROXY/https_proxy environment variables Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: bin Assignee: bugs@FreeBSD.org Reporter: yasu@utahime.org CC: des@FreeBSD.org Created attachment 220909 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D220909&action= =3Dedit Patch file Add support of HTTPS_PROXY/https_proxy environment variables. They works similar to FTP_PROXY/ftp_proxy environment variables for FTP scheme. That i= s, if scheme of request URL is "https" fetch(3) checks if following environment variables are set in this order. 1. HTTPS_PROXY 2. https_proxy 3. HTTP_PROXY 4. http_proxy And the value of first one set is used as setting of proxy for https. --=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-252128-227>