summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Joseph Bachir <j@jjb.cc>2012-03-08 18:07:01 -0500
committerDaniel Stenberg <daniel@haxx.se>2012-03-10 15:50:27 +0100
commitf7e2ab629e51e2c48d8ab48cf4cf116552cafc49 (patch)
tree3e61d47208b7b8283cd8aabb3a0347aa01cc3b54
parent2764bf2c5b4076f25e76dd8e64bf52f226ee7c5f (diff)
downloadgnurl-f7e2ab629e51e2c48d8ab48cf4cf116552cafc49.tar.gz
gnurl-f7e2ab629e51e2c48d8ab48cf4cf116552cafc49.tar.bz2
gnurl-f7e2ab629e51e2c48d8ab48cf4cf116552cafc49.zip
access the CA source file using HTTPS
-rwxr-xr-xlib/mk-ca-bundle.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mk-ca-bundle.pl b/lib/mk-ca-bundle.pl
index 189ed01b6..468553067 100755
--- a/lib/mk-ca-bundle.pl
+++ b/lib/mk-ca-bundle.pl
@@ -36,7 +36,7 @@ use LWP::UserAgent;
use strict;
use vars qw($opt_b $opt_h $opt_i $opt_l $opt_n $opt_q $opt_t $opt_u $opt_v);
-my $url = 'http://mxr.mozilla.org/mozilla/source/security/nss/lib/ckfw/builtins/certdata.txt?raw=1';
+my $url = 'https://mxr.mozilla.org/mozilla/source/security/nss/lib/ckfw/builtins/certdata.txt?raw=1';
# If the OpenSSL commandline is not in search path you can configure it here!
my $openssl = 'openssl';