Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 61494 invoked from network); 23 Aug 2006 21:20:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Aug 2006 21:20:57 -0000 Received: (qmail 3118 invoked by uid 500); 23 Aug 2006 21:20:55 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 3099 invoked by uid 500); 23 Aug 2006 21:20:55 -0000 Mailing-List: contact jmeter-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "JMeter Users List" Reply-To: "JMeter Users List" Delivered-To: mailing list jmeter-user@jakarta.apache.org Received: (qmail 3088 invoked by uid 99); 23 Aug 2006 21:20:55 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Aug 2006 14:20:55 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of nop.lists@gmail.com designates 64.233.182.187 as permitted sender) Received: from [64.233.182.187] (HELO nf-out-0910.google.com) (64.233.182.187) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Aug 2006 14:20:54 -0700 Received: by nf-out-0910.google.com with SMTP id n15so458675nfc for ; Wed, 23 Aug 2006 14:20:32 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=O9QOFJlW51KgBYCpdPMZQBs9sAwqXDBLlc7K6jwMrxZLhlJU8gTdrAEXMLZ6C5VR551D5LLtTap4CkoS1oYeQ44wjjSG+Elz8YiCN8uXnr4mf7kCY53i3KLWK3PHYLIFQmc4e8TXyPlAGyziA8w2Ovi/HZgTtWGJcKal6qZJcBw= Received: by 10.49.92.18 with SMTP id u18mr2635981nfl; Wed, 23 Aug 2006 14:20:32 -0700 (PDT) Received: by 10.49.29.13 with HTTP; Wed, 23 Aug 2006 14:20:32 -0700 (PDT) Message-ID: <36d466270608231420s4547d222ldfe9f344153c5992@mail.gmail.com> Date: Wed, 23 Aug 2006 23:20:32 +0200 From: "Nop Lists" To: jmeter Subject: Complex problem with: Webservice Request (SOAP), HTTPS, Client Certificate MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_83426_29578307.1156368032689" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_83426_29578307.1156368032689 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello, I need to load test a webservice over https. I have imported the server certificate into the keystore. The developer said, the client (JMeter in my case, Internet Explorer for the users) should send a client certificate with the request. I was not successfull importing the client certificate (in .p12 - format) into the keystore: keytool was complaining keytool error: java.lang.Exception: Input not an X.509certificate Any clue how to overcome the problem? The error message starts with javax.net.ssl.SSLException: Connection has been shutdown: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure I am using both JMeter 2.2 and 2.1.1 (a solution to any of them would suffice), Java 1.4 (can upgrade to 1.5 if needed). Just for reference - after importing the cient certificate to internet explorer I was able to get a response. Thanks for any help Nop ------=_Part_83426_29578307.1156368032689--