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: b...@freebsd.org
          Reporter: y...@utahime.org
                CC: d...@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.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to