Hi, Steps to reproduce: 1. add new .repo file [tycho] name=tycho baseurl=https://tycho.gnutelephony.org:2201/archive/fedora/x86_64 enabled=1 gpgcheck=0 sslverify=false 2. dnf makecache -v Actual results: Problem with repo 'tycho': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried, disabling. Expected results: all works fine Additional info: I've taken a look for dnf code, but looks like this code is unimplemented. dnf/yum/config.py: sslcacert = Option() dnf/yum/config.py: sslverify = BoolOption(True) dnf/yum/config.py: sslclientcert = Option() dnf/yum/config.py: sslclientkey = Option() dnf/yum/config.py: sslcacert = Inherit(YumConf.sslcacert) dnf/yum/config.py: sslverify = Inherit(YumConf.sslverify) # :api dnf/yum/config.py: sslclientcert = Inherit(YumConf.sslclientcert) dnf/yum/config.py: sslclientkey = Inherit(YumConf.sslclientkey) but nothing more in code.
Hi, yes, this looks like something to look at.
Igor, my browser times out when accessing https://tycho.gnutelephony.org:2201/archive/fedora/x86_64 Is it possible there is more than the supposed DNF problem here?
Indeed, I can get md and .rpms from https://ftp.fau.de/fedora/linux/development/rawhide/x86_64/os/ without problems. Will try with a https that uses non-trusted cert too.
(In reply to Ales Kozumplik from comment #3) > Indeed, I can get md and .rpms from > https://ftp.fau.de/fedora/linux/development/rawhide/x86_64/os/ without > problems. Will try with a https that uses non-trusted cert too. yeah. I meant self-signed cert.
Fixed upstream by ede1e5d. You'll need to explicitly set sslverify=false for repositories that are not hosted on a verifiable server.
(In reply to Ales Kozumplik from comment #5) > Fixed upstream by ede1e5d. You'll need to explicitly set sslverify=false for > repositories that are not hosted on a verifiable server. Cool! Thank you!
dnf-plugins-core-0.0.8-2.fc20, libsolv-0.6.1-1.git6d968f1.fc20, hawkey-0.4.16-1.fc20, dnf-0.5.2-1.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/libsolv-0.6.1-1.git6d968f1.fc20,hawkey-0.4.16-1.fc20,dnf-0.5.2-1.fc20,dnf-plugins-core-0.0.8-2.fc20
Package dnf-plugins-core-0.0.8-2.fc20, libsolv-0.6.1-1.git6d968f1.fc20, hawkey-0.4.16-1.fc20, dnf-0.5.2-1.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing dnf-plugins-core-0.0.8-2.fc20 libsolv-0.6.1-1.git6d968f1.fc20 hawkey-0.4.16-1.fc20 dnf-0.5.2-1.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-6789/libsolv-0.6.1-1.git6d968f1.fc20,hawkey-0.4.16-1.fc20,dnf-0.5.2-1.fc20,dnf-plugins-core-0.0.8-2.fc20 then log in and leave karma (feedback).
dnf-plugins-core-0.0.8-2.fc20, libsolv-0.6.1-1.git6d968f1.fc20, hawkey-0.4.16-1.fc20, dnf-0.5.2-1.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report.