Disable checking ssl cert for the dl server
This commit is contained in:
parent
9f5318d299
commit
0871f6f681
1 changed files with 2 additions and 0 deletions
|
@ -12,3 +12,5 @@ PKGDB2_URL = 'https://admin.fedoraproject.org/pkgdb/'
|
||||||
DL_SERVER = 'http://dl.phx2.fedoraproject.org'
|
DL_SERVER = 'http://dl.phx2.fedoraproject.org'
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
# The koji cert doesn't match its host
|
||||||
|
DL_VERIFY = False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue