Re: NTLM Authentication fails

2019-07-19 Thread Kirill
> Kirill > > > > > > > > *Von:* Oleg Kalnichevski > > > > *Gesendet:* Mittwoch, 10. Juli 2019 15:49 > > *An:* HttpClient User Discussion > > *Betreff:* Re: NTLM Authentication fails > > > > > > > > On Mon, 2019-07-08 at 0

Re: NTLM Authentication fails

2019-07-17 Thread Oleg Kalnichevski
or Linux? > Of course, it is. It is the default mode of operation supported by HttpClient and recommended by the project. Cheers Oleg > Best regards, > Kirill > > > > *Von:* Oleg Kalnichevski > > *Gesendet:* Mittwoch, 10. Juli 2019 15:49 > *An:* HttpClien

RE: NTLM Authentication fails

2019-07-16 Thread Kirill
. Juli 2019 15:49 *An:* HttpClient User Discussion *Betreff:* Re: NTLM Authentication fails On Mon, 2019-07-08 at 09:27 +, Kirill Rajbhandary wrote: > Dear HttpClient Support List, > > I found out that when trying to make NTLM Authentication using > httpclient-win-4.5.6.jar libra

Re: NTLM Authentication fails

2019-07-10 Thread Oleg Kalnichevski
On Mon, 2019-07-08 at 09:27 +, Kirill Rajbhandary wrote: > Dear HttpClient Support List, > > I found out that when trying to make NTLM Authentication using > httpclient-win-4.5.6.jar library it relies on > CurrentWindowsCredentials instead of using credentials provided in >

NTLM Authentication fails

2019-07-09 Thread Kirill Rajbhandary
Dear HttpClient Support List, I found out that when trying to make NTLM Authentication using httpclient-win-4.5.6.jar library it relies on CurrentWindowsCredentials instead of using credentials provided in WindowsCredentialsProvider which it seems to be incorrect for the case when

RE: NTLM authentication fails

2014-09-15 Thread Christoph Ernst | TRANSPOREON
fyi, the HttpURLConnection implementation works -Original Message- From: Christoph Ernst | TRANSPOREON [mailto:er...@transporeon.com] Sent: Freitag, 12. September 2014 17:03 To: HttpClient User Discussion Subject: RE: NTLM authentication fails i did some tests with 4.3.5 JCIFSEngine

NTLM authentication fails

2014-09-12 Thread Christoph Ernst | TRANSPOREON
hi, i'm trying to call a SOAP webservice hosted on an external webserver running IIS8 thru a Squid HTTP proxy. normally i use CXF for webservice clients, but the version i'm using does not support NTLM auth. i'm using the latest httpclient version (4.3.5) my code: http://pastebin.com/YPuNWBer

Re: NTLM authentication fails

2014-09-12 Thread Chawla, Vanita
Hi Christopher, Java 6+ HttpUrlConnection worked seamlessly with NTLMv2 and IIS while calling REST web service for me last year. I had issues with HTTP client version. You may want to try to see if you get past the NTLM/connection issues. Thanks On 9/12/14, 10:28 AM, Oleg Kalnichevski

Re: NTLM authentication fails

2014-09-12 Thread Oleg Kalnichevski
On Fri, 2014-09-12 at 10:33 -0400, Chawla, Vanita wrote: Hi Christopher, Java 6+ HttpUrlConnection worked seamlessly with NTLMv2 and IIS while calling REST web service for me last year. I had issues with HTTP client version. You may want to try to see if you get past the NTLM/connection

RE: NTLM authentication fails

2014-09-12 Thread Christoph Ernst | TRANSPOREON
Kalnichevski [mailto:ol...@apache.org] Sent: Freitag, 12. September 2014 16:49 To: HttpClient User Discussion Subject: Re: NTLM authentication fails On Fri, 2014-09-12 at 10:33 -0400, Chawla, Vanita wrote: Hi Christopher, Java 6+ HttpUrlConnection worked seamlessly with NTLMv2 and IIS while

Re: HttpClient 4.2.3 using both SSL encryption and NTLM authentication fails

2013-02-20 Thread Chawla, Vanita
Thanks a lot for your insight Oleg! I tried using the Java HttpURLConnection with another account and it worked with NTLM and without needing SSL setup. On 2/16/13 1:51 PM, Oleg Kalnichevski ol...@apache.org wrote: On Fri, 2013-02-15 at 15:24 -0500, Chawla, Vanita wrote: Thank you Oleg. Here

HttpClient 4.2.3 using both SSL encryption and NTLM authentication fails

2013-02-15 Thread Chawla, Vanita
I am trying to use a REST call to Sharepoint 2010 via HTTPClient 4.2.3 from a java Liferay 6.1 portlet on Mac OS 10.6.x (snow leopard). The response I always get back is: HTTP/1.1 401 Unauthorized I don't see an SSL handshake in the wire logs, but see a cookie and get a 401 unauthorized response.

Re: HttpClient 4.2.3 using both SSL encryption and NTLM authentication fails

2013-02-15 Thread Chawla, Vanita
I see the authorization header being sent below in the wire and header logs. [DEBUG] headers - Authorization: NTLM xxx I also the message indicating auth cache not set. [DEBUG] RequestAuthCache - Auth cache not set in the context I am not sure if these are what you meant needs to

Re: HttpClient 4.2.3 using both SSL encryption and NTLM authentication fails

2013-02-15 Thread Gomateswaran Danyakumar
r u doing ntml authentication in server or basic authentication bcas u r server may req basic auth and u may do ntml auth means u need to disable basic auth in server side vice versa On Feb 15, 2013 12:49 PM, Chawla, Vanita vcha...@umassp.edu wrote: I see the authorization header being sent

Re: HttpClient 4.2.3 using both SSL encryption and NTLM authentication fails

2013-02-15 Thread Oleg Kalnichevski
On Fri, 2013-02-15 at 11:55 -0500, Chawla, Vanita wrote: I am trying to use a REST call to Sharepoint 2010 via HTTPClient 4.2.3 from a java Liferay 6.1 portlet on Mac OS 10.6.x (snow leopard). The response I always get back is: HTTP/1.1 401 Unauthorized I don't see an SSL handshake in the

Re: HttpClient 4.2.3 using both SSL encryption and NTLM authentication fails

2013-02-15 Thread Chawla, Vanita
Thank you Oleg. Here it is: https://hostname/sites/team-sites/operations/_vti_bin/owssvr.dll?Cmd%3DDisp lay%26List%3D%7B6E460908-D470-4F8A-AF76-CC279E25E0B1%7D%26XMLDATA%3DTRUE executing request: GET