aboutsummaryrefslogtreecommitdiffstats
path: root/mgarepo.conf
diff options
context:
space:
mode:
authorDan Fandrich <danf@mageia.org>2024-04-29 11:44:53 -0700
committerDan Fandrich <danf@mageia.org>2024-04-29 11:45:55 -0700
commit0761635667b2b33ec55ae616d6db0b72b9650043 (patch)
tree40168158c3437538eea6b0714cf14110dc1094bd /mgarepo.conf
parent24b365382756e1af7f0efea11b0e8f20f9f20b63 (diff)
downloadmgarepo-0761635667b2b33ec55ae616d6db0b72b9650043.tar
mgarepo-0761635667b2b33ec55ae616d6db0b72b9650043.tar.gz
mgarepo-0761635667b2b33ec55ae616d6db0b72b9650043.tar.bz2
mgarepo-0761635667b2b33ec55ae616d6db0b72b9650043.tar.xz
mgarepo-0761635667b2b33ec55ae616d6db0b72b9650043.zip
Use https: URLs by default
Both binrepo and maintdb servers now support TLS so use those URLs for the server authentication that TLS provides.
Diffstat (limited to 'mgarepo.conf')
-rw-r--r--mgarepo.conf4
1 files changed, 2 insertions, 2 deletions
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/