Return-Path: Delivered-To: apmail-hc-httpclient-users-archive@www.apache.org Received: (qmail 73735 invoked from network); 16 May 2008 04:20:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 May 2008 04:20:11 -0000 Received: (qmail 18809 invoked by uid 500); 16 May 2008 04:20:12 -0000 Delivered-To: apmail-hc-httpclient-users-archive@hc.apache.org Received: (qmail 18785 invoked by uid 500); 16 May 2008 04:20:12 -0000 Mailing-List: contact httpclient-users-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpClient User Discussion" Delivered-To: mailing list httpclient-users@hc.apache.org Received: (qmail 18774 invoked by uid 99); 16 May 2008 04:20:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 May 2008 21:20:12 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jkarthikeyan10@gmail.com designates 209.85.146.177 as permitted sender) Received: from [209.85.146.177] (HELO wa-out-1112.google.com) (209.85.146.177) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 May 2008 04:19:27 +0000 Received: by wa-out-1112.google.com with SMTP id v33so789822wah.2 for ; Thu, 15 May 2008 21:19:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=6f/8Oe+8SHIh9OYrJpuRCkWEU6xfLFDnS2krNB58dvA=; b=rKfUGmub+IWJJDmhjmKrtWS8EBK5PozKcBY3bC1wNLqJfeaJhlkhONYN/n1YEg0n6hYfJq86W1jJxBMAHy5tlwmGLr0Eau+WwUvy/kGglv+ffTW0dakrtuKsesmAq2o4hCxysavNtDSkYQwqPli9D/b3VBlUWc+7R0l/WqeEAYw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=g8j9oRxKodjGugDa80EyDNGlF7olOlBWl3cXB+np7eiaO0mz0r5owfxGU+VjHdPxR1Far3e7AkkVMzcLg6buSXaoCub8KM9I18zcudh3+rIM50gM4i/vZDlN1GRwj3Et25B6c9KADSx05683pwyNtIHAyNWc+jvmO/so+gviGts= Received: by 10.114.197.1 with SMTP id u1mr3270270waf.229.1210911582543; Thu, 15 May 2008 21:19:42 -0700 (PDT) Received: by 10.114.108.17 with HTTP; Thu, 15 May 2008 21:19:42 -0700 (PDT) Message-ID: <6f3c6e790805152119s286c6778lec9b9a13915d57d0@mail.gmail.com> Date: Fri, 16 May 2008 09:49:42 +0530 From: "Karthikeyan Janakiraman" To: httpclient-users@hc.apache.org Subject: Trouble with Mutual SSL MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_9390_14617214.1210911582534" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_9390_14617214.1210911582534 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi team, i am having trouble establishing mutual ssl connection with a weblogic server. i am using a modified version of AuthSSLProtocolSocketFactory.java for establishing the mutual ssl connection. i have configured a seperate protocol channel to be listening at 7024 and this port is configured for two-way-ssl and client authentication too. whenever i try to connect to this port, the server is throwing * - was incomplete.>, *and the connection is not established. i am using certificates that i generated using MS Certificate Authority that i have set up. When trying to connect to this port using a browser certificate, the server responds fine. But, when i tried ran the program using the browser certificate(after exporting the same), i get the same error that i have shown above. Has anyone come across this strange problem. Comments are greatly welcome. Thanks and regards, Karthik ------=_Part_9390_14617214.1210911582534--