summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2024-01-07 11:10:51 +0000
committerNorbert Preining <preining@logic.at>2024-01-07 11:10:51 +0000
commit9c0832652cdf7ed43f9af0ea3849ea0c4477f6e4 (patch)
tree9fa25c60ae794957fa99813846a09156f1c06780 /Master/texmf-dist/scripts
parentf8849e85a086aeb5fd6c0d0f7ee33dc423c6e9fa (diff)
Set HTTPS_CA_FILE for LWP to work on global cert-free systems
git-svn-id: svn://tug.org/texlive/trunk@69327 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts')
-rwxr-xr-xMaster/texmf-dist/scripts/texlive/tlmgr.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl
index 2dc8a5823e0..86c821ce9ce 100755
--- a/Master/texmf-dist/scripts/texlive/tlmgr.pl
+++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl
@@ -690,7 +690,9 @@ for the full story.\n";
# if we are asked to use persistent connections try to start it here
ddebug("tlmgr:main: do persistent downloads = $opts{'persistent-downloads'}\n");
if ($opts{'persistent-downloads'}) {
- TeXLive::TLUtils::setup_persistent_downloads() ;
+ TeXLive::TLUtils::setup_persistent_downloads(
+ "$Master/tlpkg/installer/curl/curl-ca-bundle.crt"
+ ) ;
}
if (!defined($::tldownload_server)) {
debug("tlmgr:main: ::tldownload_server not defined\n");