]> granicus.if.org Git - curl/commitdiff
access the CA source file using HTTPS
authorJohn Joseph Bachir <j@jjb.cc>
Thu, 8 Mar 2012 23:07:01 +0000 (18:07 -0500)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 10 Mar 2012 14:50:27 +0000 (15:50 +0100)
lib/mk-ca-bundle.pl

index 189ed01b6a07662c2a5eea3f30ca8e58f3231236..4685530676474bb279bfa386e8d5e1cc53249947 100755 (executable)
@@ -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';