View previous topic :: View next topic |
Author |
Message |
pani n00b
Joined: 23 Nov 2003 Posts: 2
|
Posted: Sun Nov 23, 2003 12:56 pm Post subject: can't connect through http-proxy |
|
|
Hi!
i've got a problem with my new installed gentoo system connecting through a http proxy.
i can ping the proxy and for example resolve hostnames (no proxy is used for this)
i typed
Code: | export http_proxy="http://ip:port" |
but wget just gives me an "Aborted".
emerging works when not downloading from http.
for ftp and rsync no proxy is used.
when i boot from the livecd on the same system, just configuring the interface and typing Code: | export http_proxy="http://ip:port" | http works fine.
any ideas what i've done wrong? |
|
Back to top |
|
|
think4urs11 Bodhisattva
Joined: 25 Jun 2003 Posts: 6659 Location: above the cloud
|
Posted: Sun Nov 23, 2003 5:44 pm Post subject: |
|
|
which version of wget? 1.9 seems to have some problems with proxys
try with 1.8.2 _________________ Nothing is secure / Security is always a trade-off with usability / Do not assume anything / Trust no-one, nothing / Paranoia is your friend / Think for yourself |
|
Back to top |
|
|
Hoosier n00b
Joined: 22 Oct 2003 Posts: 21 Location: Champaign, IL
|
Posted: Sun Nov 23, 2003 6:00 pm Post subject: Re: can't connect through http-proxy |
|
|
pani wrote: |
Code: | export http_proxy="http://ip:port" |
but wget just gives me an "Aborted".
emerging works when not downloading from http.
for ftp and rsync no proxy is used.
|
Known bug with the current wget ebuild/patch set:
https://bugs.gentoo.org/show_bug.cgi?id=33827
Changing to a hostname instead of an ip in the http_proxy fixed things for me. |
|
Back to top |
|
|
pani n00b
Joined: 23 Nov 2003 Posts: 2
|
Posted: Sun Nov 23, 2003 6:06 pm Post subject: |
|
|
thanks for your replys!
i'm quite sure it's 1.9
I'll check that tomorrow when i come home ... |
|
Back to top |
|
|
vert Apprentice
Joined: 07 May 2002 Posts: 214 Location: Delft, The Netherlands
|
Posted: Sat Nov 29, 2003 8:23 pm Post subject: |
|
|
Thnx!
I had the same issue, emerge-webrsync stopped working and with -v it gave lots of aborted errors.
I re-emerged wget 1.8.2 and its fine again. |
|
Back to top |
|
|
|