aboutsummaryrefslogtreecommitdiff
path: root/lib/mk-ca-bundle.pl
diff options
context:
space:
mode:
authorGuenter Knauf <lists@gknw.net>2011-04-01 14:58:36 +0200
committerGuenter Knauf <lists@gknw.net>2011-04-01 14:58:36 +0200
commit5eda4bf726d4a79c9c5c6d263024f40cb016cd03 (patch)
tree6cbdb0f212ffe2d760615ee401f740f91f1702fe /lib/mk-ca-bundle.pl
parente02c90dc19b0a07d64fdb665aec0f48e659cbd77 (diff)
Make use of proxy vars if set.
Posted to the list by Quanah Gibson-Mount [quanah zimbra.com].
Diffstat (limited to 'lib/mk-ca-bundle.pl')
-rwxr-xr-xlib/mk-ca-bundle.pl1
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);
}