Return-Path: Delivered-To: apmail-jakarta-httpclient-dev-archive@www.apache.org Received: (qmail 39123 invoked from network); 15 Jun 2006 21:53:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Jun 2006 21:53:15 -0000 Received: (qmail 92513 invoked by uid 500); 15 Jun 2006 21:51:30 -0000 Delivered-To: apmail-jakarta-httpclient-dev-archive@jakarta.apache.org Received: (qmail 89843 invoked by uid 500); 15 Jun 2006 21:51:12 -0000 Mailing-List: contact httpclient-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "HttpClient Project" Reply-To: "HttpClient Project" Delivered-To: mailing list httpclient-dev@jakarta.apache.org Received: (qmail 89382 invoked by uid 99); 15 Jun 2006 21:51:07 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Jun 2006 14:51:07 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Jun 2006 14:28:46 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E405B41000D for ; Thu, 15 Jun 2006 21:27:30 +0000 (GMT) Message-ID: <7903454.1150406850930.JavaMail.jira@brutus> Date: Thu, 15 Jun 2006 21:27:30 +0000 (GMT+00:00) From: "Oleg Kalnichevski (JIRA)" To: httpclient-dev@jakarta.apache.org Subject: [jira] Resolved: (HTTPCLIENT-586) HttpClient v3: NTLM + SSL problem In-Reply-To: <33312081.1150115969900.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/HTTPCLIENT-586?page=all ] Oleg Kalnichevski resolved HTTPCLIENT-586: ------------------------------------------ Resolution: Incomplete > 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: httpclient-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: httpclient-dev-help@jakarta.apache.org