problem
Cheers
Oleg
-Original Message-
From: Kalnichevski, Oleg
Sent: Tuesday, July 22, 2003 10:05 AM
To: Commons HttpClient Project
Subject: Re: NTLM Error
Andre,
I just ran a few tests. The NTLM authentication scheme appears to work just fine with
the CVS HEAD on those JVMs where
Andre,
I just ran a few tests. The NTLM authentication scheme appears to work just fine with
the CVS HEAD on those JVMs where JCE is properly configured.
The problem you have been experiencing does appear related to the JCE setup of your
system. JCE is known to be extremely finicky. I have see
2003-07-21 18:41:45,814 [main] WARN
org.apache.commons.httpclient.HttpMethodBase - DES encryption is not
available.
Thar's ya problem laddie... :)
You need to install JCE to make NTLM authentication work. More info at
http://jakarta.apache.org/commons/httpclient/authentication.html
My two