summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2021-04-20 22:17:44 +0000
committerNorbert Preining <preining@logic.at>2021-04-20 22:17:44 +0000
commite277a86c857d2de825b429d65258a0506b82a4b6 (patch)
tree38d0fb5b4f4b508c4f6f793ccf9a7895cd99a320
parenta8843140be2271f9a60d303cce5a6ce19d9845e3 (diff)
Use https for mirror.ctan.org
git-svn-id: svn://tug.org/texlive/trunk@58930 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/tlpkg/TeXLive/TLConfig.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLConfig.pm b/Master/tlpkg/TeXLive/TLConfig.pm
index b230e91a9c0..26a278b6bc1 100644
--- a/Master/tlpkg/TeXLive/TLConfig.pm
+++ b/Master/tlpkg/TeXLive/TLConfig.pm
@@ -101,7 +101,7 @@ our $MaxLWPErrors = 5;
our $MaxLWPReinitCount = 10;
our $Archive = "archive";
-our $TeXLiveServerURL = "http://mirror.ctan.org";
+our $TeXLiveServerURL = "https://mirror.ctan.org";
# from 2009 on we try to put them all into tlnet directly without any
# release year since we hope that we can switch over to 2010 on the fly
# our $TeXLiveServerPath = "systems/texlive/tlnet/$ReleaseYear";