Hide Forgot
Description of problem: Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. Add the proxy line to /etc/dnf/dnf.conf, for example: proxy=http://10.10.10.10:80 2. Try to use dnf, for example: dnf update Actual results: Errors occur because the serfer can't be reached: Problem with repo 'fedora': Cannot prepare internal mirrorlist: Curl error: Couldn't connect to server for https://mirrors.fedoraproject.org/metalink?repo=fedora-20&arch=x86_64, disabling. Expected results: New packages should appear as avaiable to install Additional info:
Hello, thanks for the report. We've known about the missing bugzilla support for some time and even considered dropping it entirely, however it is a requirement for Anaconda and so eventually it will be duly integrated.
I've just quickly verified that: - with no proxy set in dnf.conf, dnf works as usual - proxy=http://localhost:some_port causes dnf to connect through that proxy. Other test setups (eg. shutting down all direct connectivity, setting up ftp/https proxies, etc are somewhat more complex), so I didn't bother.