Disable checking ssl cert for the dl server

This commit is contained in:
Pierre-Yves Chibon 2015-11-19 11:25:38 +01:00
parent 9f5318d299
commit 0871f6f681

View file

@ -12,3 +12,5 @@ PKGDB2_URL = 'https://admin.fedoraproject.org/pkgdb/'
DL_SERVER = 'http://dl.phx2.fedoraproject.org'
{% endif %}
# The koji cert doesn't match its host
DL_VERIFY = False