diff options
author | Tim Heckman <timothy.heckman@gmail.com> | 2012-04-04 10:40:41 -0400 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2012-04-04 23:54:02 +0200 |
commit | f9bb5d2984de26e09662dd41eae49ff5bf413e1d (patch) | |
tree | 7cf7a8f75c4e4ec87d085e3bd5a359119f59960f /lib/mk-ca-bundle.pl | |
parent | ad595c3ba9f26f7713ba80da6624d0a391f98d91 (diff) | |
download | curl-f9bb5d2984de26e09662dd41eae49ff5bf413e1d.tar.gz |
Revert "access the CA source file using HTTPS"
This reverts commit f7e2ab6.
This change caused fetching of the certificates to become unreliable.
Bug: http://curl.haxx.se/mail/lib-2012-03/0238.html
Reported by: Tim Heckman
Diffstat (limited to 'lib/mk-ca-bundle.pl')
-rwxr-xr-x | lib/mk-ca-bundle.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mk-ca-bundle.pl b/lib/mk-ca-bundle.pl index 468553067..189ed01b6 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 = 'https://mxr.mozilla.org/mozilla/source/security/nss/lib/ckfw/builtins/certdata.txt?raw=1'; +my $url = 'http://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'; |