On Thu, Mar 15, 2012 at 11:03 PM, Giuseppe Scrivano <[email protected]> wrote: > Wilfred van Velzen <[email protected]> writes: > >> When you use wget to get some "http://..." url it reports: >> >> libproxy suggest to use 'direct://' >> >> What's this about? > > can you please provide more information? Where do you get that message?
Everywhere, for example: > wget http://google.com asking libproxy about url 'http://google.com/' libproxy suggest to use 'direct://' ... > wget localhost asking libproxy about url 'http://localhost/' libproxy suggest to use 'direct://' ... It seems to be the first two lines of output that wget always prints. And maybe this helps: > wget --version GNU Wget built on linux-gnu. +digest +https +ipv6 +iri +large-file +nls +ntlm +opie +ssl/openssl Wgetrc: /etc/wgetrc (system) Locale: /usr/share/locale Compile: gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC="/etc/wgetrc" -DLOCALEDIR="/usr/share/locale" -I. -I../lib -I../lib -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -g Link: gcc -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -g -lproxy /usr/lib64/libssl.so /usr/lib64/libcrypto.so /usr/lib64/libz.so -ldl -lz -lidn -lrt ftp-opie.o openssl.o http-ntlm.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 <[email protected]>. Please send bug reports and questions to <[email protected]>. -- Best regards, Wilfred van Velzen
