[Bug 252128] fetch(3); Add support of HTTPS_PROXY/https_proxy environment variables
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Dec 25 10:49:16 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252128
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 at FreeBSD.org
Reporter: yasu at utahime.org
CC: des at FreeBSD.org
Created attachment 220909
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=220909&action=edit
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 is,
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.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list