access the CA source file using HTTPS

This commit is contained in:
John Joseph Bachir 2012-03-08 18:07:01 -05:00 committed by Daniel Stenberg
parent 2764bf2c5b
commit f7e2ab629e
1 changed files with 1 additions and 1 deletions

View File

@ -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';