Bug 1012065 - [rfe] proxy support
Summary: [rfe] proxy support
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: dnf
Version: 20
Hardware: All
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Zdeněk Pavlas
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-09-25 16:05 UTC by lnxslck
Modified: 2014-02-02 22:29 UTC (History)
6 users (show)

Fixed In Version: dnf-0.4.5-1.fc20
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-12-19 10:20:15 UTC
Type: Bug


Attachments (Terms of Use)

Description lnxslck 2013-09-25 16:05:29 UTC
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:

Comment 1 Ales Kozumplik 2013-09-26 05:53:20 UTC
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.

Comment 3 Zdeněk Pavlas 2013-10-21 09:05:24 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.