From: John Joseph Bachir Date: Thu, 8 Mar 2012 23:07:01 +0000 (-0500) Subject: access the CA source file using HTTPS X-Git-Tag: curl-7_25_0~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f7e2ab6;p=curl access the CA source file using HTTPS --- 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';