Hi Thorben; Thank you for your response. Yes, I didn't make myself very clear unfortunately, and I realized that some time after having sent the email msg. I did a diff of the supplied dillorc and my ~/.dillorc. The only line that differed was the extra line (copied http_proxy) that I had enabled with the correct URL for the proxy. What I provided in the email was the line that diff'd after it had been "sanitized". I had an "Automatic proxy configuration URL" set up for mozilla originally which is different than a "Manual proxy configuration" (http://ip:port) syntax. I decided to change the way the proxy was configured in mozilla to the form needed by dillo. It works fine. Are you saying that dillo under a proxy expects the proxy server to do all dns resolution? If that's the case, then why is galeon, mozilla, konquorer, netscape and opera working correctly under the proxy where dillo does not? I'm using the same proxy for all the web browsers I just mentioned. Thanks, Ken On Wednesday 12 November 2003 13:08, Thorben Thuermer wrote:
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
_______________________________________________ Dillo-dev mailing list Dillo-dev@lists.auriga.wearlab.de http://lists.auriga.wearlab.de/cgi-bin/mailman/listinfo/dillo-dev