IIS uses NTLM or Kerberos typically. You want to configure it to use NTLM.
In 1.1 and 1.1.1 there was a problem with the NTLM implementation in HttpClient, having to do with machines either not joined to domains or joined to child domains. If you think you may have that problem, you can download a version of httpclient that works properly from http://people.apache.org/~kwright . It's version 4.2.4-SNAPSHOT. Karl On Fri, Feb 22, 2013 at 1:36 PM, Mark Lugert <[email protected]> wrote: > Ok will try. This server has other web apps installed as well. There is > clearly a conflict or or something going on with the classpath. > > Another question though. The Sharepoint connector uses what to > authenticate? Seems like it would use NTLM by default as I don't see > anywhere basic auth being set. > > The docs kind of gloss over that part, but I'm getting > > Got an unknown remote exception accessing site - axis fault = Client, detail > = The request failed with HTTP status 401: Unauthorized. > > using the exact same credentials I use to login via the browser. Checking > security log and stuff, but seems like this should be documented better. > > thanks, > mark >
