FS#33733 - builtin proxy support
Attached to Project:
Pacman
Opened by Stefan Majewsky (majewsky) - Wednesday, 06 February 2013, 09:43 GMT
Last edited by Allan McRae (Allan) - Saturday, 09 February 2013, 03:47 GMT
Opened by Stefan Majewsky (majewsky) - Wednesday, 06 February 2013, 09:43 GMT
Last edited by Allan McRae (Allan) - Saturday, 09 February 2013, 03:47 GMT
|
Details
My company uses a VPN, and access to the public internet is
only possible through proxies. I have the various proxy
environment variables (like $HTTP_PROXY) set up in an
/etc/profile.d script, and the only program on my system
which does not pick these up immediately is pacman.
I currently work around that through XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u in pacman.conf, but wget output clutters the command line, thus obscuring potentially important information inbetween. So for usability's sake, it would be nicer if pacman understood the proxy settings in the first place. |
This task depends upon
Closed by Allan McRae (Allan)
Saturday, 09 February 2013, 03:47 GMT
Reason for closing: Not a bug
Additional comments about closing: libcurl has full proxy support
Saturday, 09 February 2013, 03:47 GMT
Reason for closing: Not a bug
Additional comments about closing: libcurl has full proxy support
With Defaults env_keep += "http_proxy ..." in sudoers.conf, everything works.