From 5eda4bf726d4a79c9c5c6d263024f40cb016cd03 Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Fri, 1 Apr 2011 14:58:36 +0200 Subject: Make use of proxy vars if set. Posted to the list by Quanah Gibson-Mount [quanah zimbra.com]. --- lib/mk-ca-bundle.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/mk-ca-bundle.pl') 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); } -- cgit v1.2.3