On Wed, 12 Nov 2003 10:53:45 -0600 Ken Wolcott <ken.wolcott@med.ge.com> wrote:
Hi;
Dillo looks interesting. However I can't go anywhere with it as I am under a proxy environment. I saw that the default dillorc has a commented-out section for http_proxy. I copied the default dillorc to be my ~/.dillorc and started dillo again.
you DID uncomment the http_proxy line and edit it to insert YOUR proxy's address? (using a local wwwoffle proxy on my notebook) $ grep -i proxy .dillo/dillorc # Set the proxy information for http http_proxy=http://localhost:8080/ no_proxy = "wl localhost" note that plain dillo does currently NOT support proxy authentication.
I noticed that the chatter from dillo no longer complained about a missing .dillorc, yet I am still unable to go to any URL. The message on the web browser was: "Error: Dns: can't resolve http://linuxtoday.com". I get the same basic error message when trying to go to www.perl.com or http://www.perl.com. I am able to go to these web sites using other web browsers such as mozilla, galeon, opera, netscape and konqueror. Each one of those I had to set a proxy preference. Perhaps my proxy setting has incorrect syntax? Enclosed is the chatter from dillo and the .dillorc (proxy setting has obviously been sanitized).
Thanks, Ken
prompt> dillo Nav_open_url: Url=>http://linuxtoday.com/< Dns_server [0]: linuxtoday.com is (nil)
when using a proxy, dillo would never try to resolve the DNS of the URL you entered, but only connect to the proxy host: $ dillo Enabling cookies as from cookiesrc... Connecting to 127.0.0.1 Greetings, Thorben