Use https for connecting to PDC

This commit is contained in:
Jakub Kadlcik 2017-11-03 00:33:33 +01:00 committed by Miroslav Suchý
parent c9dc528e2d
commit 124505f9cd

View file

@ -19,7 +19,7 @@ class ProdConfiguration(base.ProdConfiguration):
# Use production instances of PDC and Koji
KOJI_REPOSITORY_URL = 'https://kojipkgs.fedoraproject.org/repos'
PDC_URL = 'http://pdc.fedoraproject.org/rest_api/v1'
PDC_URL = 'https://pdc.fedoraproject.org/rest_api/v1'
# When building from scmurl,
# only such URLs that starts with some of these are allowed