Re: NTLM proxy authentication is failing with McAfee web gateway proxy server

2013-02-06 Thread anir .........
Try using jcifs jar . I had the same issue which got resolved using jcifs jar. On Wed, Feb 6, 2013 at 5:45 PM, Oleg Kalnichevski wrote: > On Wed, 2013-02-06 at 08:29 +0530, Deepak Mishra wrote: > > Had attached the log files but not able to see them on mail thread, so > > attaching the same agai

Re: Issue with NTLM proxy authentication over Https

2012-10-12 Thread anir .........
* * socket = pc.tunnel(proxyHost, targetHost, credentials);* * if (socket.isConnected())* * {* * return socket;* * }* ... Thanks, Anirban On Thu, Oct 11, 2012 at 8:37 PM, Oleg Kalnichevski wrote: > On Thu, 2012-10-11 at 16:44 +0530, anir . wrote: > > Hi Dave, >

Re: Issue with NTLM proxy authentication over Https

2012-10-11 Thread anir .........
> will help. > Dave > > -Original Message- > From: anir . [mailto:anir1...@gmail.com] > Sent: Thursday, October 11, 2012 1:20 AM > To: httpclient-users@hc.apache.org > Subject: Issue with NTLM proxy authentication over Https > > Hi, > > I am trying t