Return-Path: Delivered-To: apmail-jakarta-httpclient-user-archive@www.apache.org Received: (qmail 28597 invoked from network); 6 Sep 2006 08:46:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Sep 2006 08:46:35 -0000 Received: (qmail 85541 invoked by uid 500); 6 Sep 2006 08:46:35 -0000 Delivered-To: apmail-jakarta-httpclient-user-archive@jakarta.apache.org Received: (qmail 85286 invoked by uid 500); 6 Sep 2006 08:46:34 -0000 Mailing-List: contact httpclient-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: "HttpClient User Discussion" Reply-To: "HttpClient User Discussion" Delivered-To: mailing list httpclient-user@jakarta.apache.org Received: (qmail 85275 invoked by uid 99); 6 Sep 2006 08:46:34 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Sep 2006 01:46:34 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ROLWEBER@de.ibm.com designates 195.212.29.152 as permitted sender) Received: from [195.212.29.152] (HELO mtagate3.de.ibm.com) (195.212.29.152) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Sep 2006 01:46:33 -0700 Received: from d12nrmr1607.megacenter.de.ibm.com (d12nrmr1607.megacenter.de.ibm.com [9.149.167.49]) by mtagate3.de.ibm.com (8.13.7/8.13.7) with ESMTP id k868kBvl170196 for ; Wed, 6 Sep 2006 08:46:11 GMT Received: from d12av02.megacenter.de.ibm.com (d12av02.megacenter.de.ibm.com [9.149.165.228]) by d12nrmr1607.megacenter.de.ibm.com (8.13.6/8.13.6/NCO v8.1.1) with ESMTP id k868oaUS3223634 for ; Wed, 6 Sep 2006 10:50:36 +0200 Received: from d12av02.megacenter.de.ibm.com (loopback [127.0.0.1]) by d12av02.megacenter.de.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id k868kBYG026233 for ; Wed, 6 Sep 2006 10:46:11 +0200 Received: from d12ml067.megacenter.de.ibm.com (d12ml067.megacenter.de.ibm.com [9.149.164.162]) by d12av02.megacenter.de.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id k868kBkX026227 for ; Wed, 6 Sep 2006 10:46:11 +0200 In-Reply-To: <20060906082316.290410@gmx.net> To: "HttpClient User Discussion" Subject: Re: certificate with a server MIME-Version: 1.0 X-Mailer: Lotus Notes Release 7.0 HF144 February 01, 2006 From: Roland Weber X-MIMETrack: S/MIME Sign by Notes Client on Roland Weber/Germany/IBM(Release 7.0 HF144|February 01, 2006) at 06.09.2006 10:46:00, Serialize by Notes Client on Roland Weber/Germany/IBM(Release 7.0 HF144|February 01, 2006) at 06.09.2006 10:46:00, Serialize complete at 06.09.2006 10:46:00, S/MIME Sign failed at 06.09.2006 10:46:00: The cryptographic key was not found, Serialize by Router on D12ML067/12/M/IBM(Release 6.5.5HF607 | June 26, 2006) at 06/09/2006 10:50:35, Serialize complete at 06/09/2006 10:50:35 Message-ID: Date: Wed, 6 Sep 2006 10:50:30 +0200 Content-Type: text/plain; charset="US-ASCII" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello Basti, please study the JSSE documentation and API to learn how to establish SSL connections with client certificates: http://java.sun.com/products/jsse/index.jsp Once you've mastered this step, implement a secure protocol socket factory for HttpClient: http://jakarta.apache.org/commons/httpclient/apidocs/org/apache/commons/httpclient/protocol/SecureProtocolSocketFactory.html See also the SSL guide: http://jakarta.apache.org/commons/httpclient/sslguide.html hope that helps, Roland --------------------------------------------------------------------- To unsubscribe, e-mail: httpclient-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: httpclient-user-help@jakarta.apache.org