How to enable debug level logs in HttpClient

2013-02-05 Thread Deepak Mishra
Hi, We are using HttpClient 4.2.3 to communicate to a third party Internet URL. To debug any issue that comes during communication, we need to see the debug logs generated by HttpClient classes (for example HttpAuthenticator class). I see that commons-logging-1.1.1.jar is shipped with HttpClient.

NTLM proxy authentication is failing with McAfee web gateway proxy server

2013-02-05 Thread Deepak Mishra
Hi, We are using HttpClient 4.2.3 to communicate to an internet URL through a proxy server. Proxy server has NTLM authentication integrated with an Active Directory. We are able to do NTLM authentication with Ubuntu 12.04 Squid proxy server but not able to do NTLM authentication with McAfee

Re:

2013-01-15 Thread Deepak Mishra
Thank you very much Dilip, Oleg. We need to get latest release of HttpClient 4.2.3 with this bug fix very urgently. Can you please also tell me how to get the latest jar files (httpclient-4.2.3.jar etc...) for the latest code or if I should build jar files locally on my machine then which branch

Re: Re:

2013-01-15 Thread Deepak Mishra
Thank you very much Oleg. I got the latest build from following URL http://archive.apache.org/dist/httpcomponents/httpclient/binary/ I need one more help from you. Can you please give me a sample program that communicates through proxy server using kerberos authentication. I am successfully able

Re: getting Proxy Authentication error in using kerberos authentication with proxy server

2012-11-04 Thread Deepak Mishra
.*CHALLENGE_RECEIVED*; } *else* { log.debug(Authentication already attempted); state = State.*FAILED*; } } Thank You. On Mon, Nov 5, 2012 at 9:48 AM, Deepak Mishra dkmishra...@gmail.com wrote: Hi, I need to communicate to an internet URL through