On Mon, Nov 14, 2011 at 11:51:36AM -0500, Milind Kadam wrote: > Hi Oleg, > > I commented the line which use "AuthScheme" to print the Realm to console > and generated the output. Don't know whether this will help or not; but > with correct username/password; it fails to connect to IIS 6 web server > when "Integrated Windows authentication" is set. > Thanks, > Milind > >
... > 2011/11/14 11:43:16:322 EST [DEBUG] RequestTargetAuthentication - > Generating response to an authentication challenge using ntlm scheme > 2011/11/14 11:43:16:322 EST [WARN] RequestTargetAuthentication - NTLM > authentication error: Credentials cannot be used for NTLM authentication: > org.apache.http.auth.UsernamePasswordCredentials You are using UsernamePasswordCredentials that are not sufficient for NTLM authentication. You should be using NTCrednetials instead. Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
