Skip to content

Commit 26c61f5

Browse files
committed
Fix the CA Bundle URL inside the cURL lib.
1 parent 30b07de commit 26c61f5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
diff --git a/lib/mk-ca-bundle.pl b/lib/mk-ca-bundle.pl
2+
index 189ed01..aa5b71b 100755
3+
--- a/lib/mk-ca-bundle.pl
4+
+++ b/lib/mk-ca-bundle.pl
5+
@@ -36,7 +36,7 @@ use LWP::UserAgent;
6+
use strict;
7+
use vars qw($opt_b $opt_h $opt_i $opt_l $opt_n $opt_q $opt_t $opt_u $opt_v);
8+
9+
-my $url = 'http://mxr.mozilla.org/mozilla/source/security/nss/lib/ckfw/builtins/certdata.txt?raw=1';
10+
+my $url = 'https://hg.mozilla.org/mozilla-central/raw-file/tip/security/nss/lib/ckfw/builtins/certdata.txt';
11+
# If the OpenSSL commandline is not in search path you can configure it here!
12+
my $openssl = 'openssl';
13+

0 commit comments

Comments
 (0)