diff options
author | Guenter Knauf <lists@gknw.net> | 2011-04-01 14:58:36 +0200 |
---|---|---|
committer | Guenter Knauf <lists@gknw.net> | 2011-04-01 14:58:36 +0200 |
commit | 5eda4bf726d4a79c9c5c6d263024f40cb016cd03 (patch) | |
tree | 6cbdb0f212ffe2d760615ee401f740f91f1702fe /lib | |
parent | e02c90dc19b0a07d64fdb665aec0f48e659cbd77 (diff) |
Make use of proxy vars if set.
Posted to the list by Quanah Gibson-Mount [quanah zimbra.com].
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/mk-ca-bundle.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/mk-ca-bundle.pl b/lib/mk-ca-bundle.pl index 49cd6b59d..425286d22 100755 --- a/lib/mk-ca-bundle.pl +++ b/lib/mk-ca-bundle.pl @@ -81,6 +81,7 @@ unless ($opt_n and -e $txt) { print "Downloading '$txt' ...\n" if (!$opt_q); my $ua = new LWP::UserAgent(agent => "$0/$version"); + $ua->env_proxy(); $resp = $ua->mirror($url, $txt); } |