From 0761635667b2b33ec55ae616d6db0b72b9650043 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Mon, 29 Apr 2024 11:44:53 -0700 Subject: Use https: URLs by default Both binrepo and maintdb servers now support TLS so use those URLs for the server authentication that TLS provides. --- mgarepo.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mgarepo.conf') diff --git a/mgarepo.conf b/mgarepo.conf index 932fa0d..d21dcf5 100644 --- a/mgarepo.conf +++ b/mgarepo.conf @@ -24,10 +24,10 @@ host = pkgsubmit.mageia.org default = Cauldron [binrepo] -download_url = http://binrepo.mageia.org/ +download_url = https://binrepo.mageia.org/ upload_host = binrepo.mageia.org [maintdb] host = maintdb.mageia.org -url = http://maintdb.mageia.org/ +url = https://maintdb.mageia.org/ -- cgit v1.2.1