#105 Use https for DL server.
Merged 5 years ago by pingou. Opened 5 years ago by qulogic.
qulogic/mdapi https  into  master

file modified
+2 -2
@@ -30,7 +30,7 @@ 

      https://admin.fedoraproject.org/pkgdb/

  

  sqlite database are retrieved from the master Fedora mirror:

-     http://dl.fedoraproject.org/pub/fedora/linux/

+     https://dl.fedoraproject.org/pub/fedora/linux/

  

  '''

  
@@ -54,7 +54,7 @@ 

  

  KOJI_REPO = 'https://kojipkgs.fedoraproject.org/repos/'

  PKGDB2_URL = 'https://admin.fedoraproject.org/pkgdb/'

- DL_SERVER = 'http://dl.fedoraproject.org'

+ DL_SERVER = 'https://dl.fedoraproject.org'

  # Enforce, or not, checking the SSL certs

  PKGDB2_VERIFY = True

  # Valid for both koji and the download server

It has HSTS and redirects, so no point not going there directly.

Pull-Request has been merged by pingou

5 years ago
Metadata