[ 
http://issues.apache.org/jira/browse/HTTPCLIENT-586?page=comments#action_12416478
 ] 

Oleg Kalnichevski commented on HTTPCLIENT-586:
----------------------------------------------

My bad. For some reason I missed the notification of your message posted on 
13/Jun/06 08:12 AM. My apologies. 

I'll look at the logs sometime this weekend to make sure there are no problem 
in the HttpClient authentication code. Having said that, it is unlikely that 
any of us will spend any time debugging your custom authentication scheme. If I 
fail to find anything unusual in the wire log, I'll have to close the bug as 
INVALID

Oleg 

> HttpClient v3: NTLM + SSL problem
> ---------------------------------
>
>          Key: HTTPCLIENT-586
>          URL: http://issues.apache.org/jira/browse/HTTPCLIENT-586
>      Project: Jakarta HttpClient
>         Type: Bug

>     Versions: 3.0.1
>  Environment: 1.4.2 Java plugin with MS IE 6
>     Reporter: Anton Passiouk
>  Attachments: logs_https_ntlm.zip, ntlm+https.log, snippet.zip
>
> Our application is a simple applet that tries to retrieve URLs contents from 
> a web site.
> It detects browser's proxy parameters and uses the Jakarta HttpClient to 
> request the needed URL.
> First we had problems to simply authenticate ourselves with NTLM so we 
> slightly changed the implementation of the NTLM protocol to hash the password 
> differently (you will find it in the snippet attached to this bug).
> But now we can't get the application working with this proxy when the target 
> web site is secured (HTTPS, no authentication). And it works just fine with 
> another proxy using "Basic" auth scheme (regardless if the site is in HTTP 
> and HTTPS).
> To summarize:
> Basic proxy:
>   HTTP: OK
>   HTTPS: OK
> NTLM proxy:
>   HTTP: OK
>   HTTPS: NOK -> logs are attached
> The exact proxy version is: Microsoft ISA 2000 3.0.1200.365 SP2

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to