Are you on Ubuntu? I've been seeing a lot of flak on launchpad/malone about proxy issues there. Usually due to "no_proxy" having a trailing comma, which wget apparently treats as matching everything. Check the value of your no_proxy environment variable, and override it as necessary.
HTH, mjc On 07/06/2010 10:14 AM, Guo Yu wrote: > i have set environment variable http_proxy, https_proxy and ftp_proxy > > AND i have add those settings to ~/.wgetrc : > http_proxy = ... > https_proxy = ... > ftp_proxy = ... > use_proxy = on > > AND under Gnome's System->Preference->Network Proxy menu, i have made the > proxy setting 'Apply System-Wide'. > > almost everything else in my system works fine, firefox, google-chrome, > curl, apt-get, etc. but wget just failed connecting to anything. > > > i'm using ubuntu 10.04 (lucid) > > here is my wget version info: > > GNU Wget 1.12 built on linux-gnu. > > +digest +ipv6 +nls +ntlm +opie +md5/openssl +https -gnutls +openssl > -iri > > Wgetrc: > /home/if/.wgetrc (user) > /etc/wgetrc (system) > Locale: /usr/share/locale > Compile: gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC="/etc/wgetrc" > -DLOCALEDIR="/usr/share/locale" -I. -I../lib -g -O2 > -D_FILE_OFFSET_BITS=64 -O2 -g -Wall > Link: gcc -g -O2 -D_FILE_OFFSET_BITS=64 -O2 -g -Wall > -Wl,-Bsymbolic-functions > /usr/lib/libssl.so /usr/lib/libcrypto.so -ldl -lrt ftp-opie.o > openssl.o http-ntlm.o gen-md5.o ../lib/libgnu.a > > Copyright (C) 2009 Free Software Foundation, Inc. > License GPLv3+: GNU GPL version 3 or later > <http://www.gnu.org/licenses/gpl.html>. > This is free software: you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. > > Originally written by Hrvoje Niksic <hnik...@xemacs.org>. > Currently maintained by Micah Cowan <mi...@cowan.name>. > Please send bug reports and questions to <bug-wget@gnu.org>.