texlive[69328] Master/tlpkg/TeXLive/TLDownload.pm: Show HTTPS_CA_FILE

commits+preining at tug.org commits+preining at tug.org
Sun Jan 7 12:11:02 CET 2024


Revision: 69328
          https://tug.org/svn/texlive?view=revision&revision=69328
Author:   preining
Date:     2024-01-07 12:11:02 +0100 (Sun, 07 Jan 2024)
Log Message:
-----------
Show HTTPS_CA_FILE setting in debug output

Modified Paths:
--------------
    trunk/Master/tlpkg/TeXLive/TLDownload.pm

Modified: trunk/Master/tlpkg/TeXLive/TLDownload.pm
===================================================================
--- trunk/Master/tlpkg/TeXLive/TLDownload.pm	2024-01-07 11:10:51 UTC (rev 69327)
+++ trunk/Master/tlpkg/TeXLive/TLDownload.pm	2024-01-07 11:11:02 UTC (rev 69328)
@@ -74,6 +74,7 @@
   # for systems that don't have a system-wide certificate bundle
   # in particular MacOS.
   if ((! exists $ENV{'HTTPS_CA_FILE'}) && $certs) {
+    debug("Setting env var HTTPS_CA_FILE to " . $certs ."\n");
     $ENV{'HTTPS_CA_FILE'} = $certs
   }
   #



More information about the tex-live-commits mailing list.