On Tue, Jun 9, 2009 at 1:25 PM, Sareesh K. Nair<sareeshkn...@gmail.com> wrote: > Hi, > > I have configured nutch to use the NTLM authentication in intranet and it is > working properly in one network. But when i made the same settings for > another network, the requests are not getting authenticated. I am getting a > 'authentication failed' error, even after supplying correct credentials. I > have attached the log and configuration files herewith (using Nutch 1.0). > Can someone help me out to find the issue? Does it have anything to do with > the NTLM version? > > Any help would be highly appreciated. > > Thanks, > Sareesh. >
You have NTLM authentication enabled for proxy server as well as web servers. This could be the issue. Nutch uses Jakarta Commons HttpClient. Please visit this link http://hc.apache.org/httpclient-3.x/authentication.html#NTLM In the 3rd point of the NTLM section, you will find that it mentions that NTLM can not be used to authenticate with both a proxy and the server. Regards, Susam Pal