Re: [Evolution] Basic proxy-auth for Summary items



Hi Dan,

I have used the first solution you describe below : 

        username = "myself;AUTH=Basic"

the .souprc didn't worked for some reason, I didn't investigate much.

The full script I use is attached (to avoid long lines wrap).

I can't tell wheter it breaks some other Gnome web application, as I use
KDE (evo is the only Gnome app I use for now).

Thanks a lot for your kind assistance !

Charles

On Mon, 2003-11-03 at 17:23, Dan Winship wrote:
On Mon, 2003-11-03 at 08:14, Charles Bueche wrote:
Hi,

I'm trying to setup my summary to work behind a proxy that wants
BASIC-AUTH. I have tried the method listed in Ximian supprot base "How
can I make the Evolution Summary work with my proxy server?" but
evolution always try to use NTLM auth, and my proxy wants BASIC.

How do I configure the auth-type to BASIC, using gconftool-2 ???

Blah. I think libsoup is buggy, and if the proxy offers NTLM, soup tries
to do NTLM auth to the destination server rather than the proxy.

There's no clean workaround, but you might be able to fake soup out by
changing your username from "charles" (or whatever) to
"charles;AUTH=Basic". But that would break proxy usage outside of
evolution.

You could also try creating a file ".souprc" in your homedir and adding:

      proxy-uri: http://username;AUTH=Basic:password hostname:port/

but I think that will only work if you don't have a proxy configured in
the control center, because otherwise that information would override
the souprc info.

-- Dan
-- 
Charles Bueche <charles bueche ch>
sand, snow, wave, wind and net -surfer

Attachment: set_evolution_proxy.sh
Description: Text Data



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]