Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 37288 invoked from network); 11 Jul 2006 19:53:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Jul 2006 19:53:16 -0000 Received: (qmail 56065 invoked by uid 500); 11 Jul 2006 19:53:13 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 56042 invoked by uid 500); 11 Jul 2006 19:53:13 -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 56019 invoked by uid 99); 11 Jul 2006 19:53:13 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jul 2006 12:53:13 -0700 X-ASF-Spam-Status: No, hits=1.9 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,MSGID_FROM_MTA_HEADER,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of milimiranda@hotmail.com designates 65.54.246.153 as permitted sender) Received: from [65.54.246.153] (HELO bay0-omc2-s17.bay0.hotmail.com) (65.54.246.153) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jul 2006 12:53:11 -0700 Received: from hotmail.com ([207.46.10.218]) by bay0-omc2-s17.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.1830); Tue, 11 Jul 2006 12:52:50 -0700 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 11 Jul 2006 12:52:50 -0700 Message-ID: Received: from 207.46.10.254 by by122fd.bay122.hotmail.msn.com with HTTP; Tue, 11 Jul 2006 19:52:50 GMT X-Originating-IP: [216.142.75.142] X-Originating-Email: [milimiranda@hotmail.com] X-Sender: milimiranda@hotmail.com From: "Mili Miranda" To: jmeter-user@jakarta.apache.org Subject: SSL certificate Date: Wed, 12 Jul 2006 01:22:50 +0530 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 11 Jul 2006 19:52:50.0689 (UTC) FILETIME=[9743F710:01C6A523] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi all, Once again I'm trying to get a solution for my problem regarding the SSL certificate. I saw that lot of people faced a similar situation and so I tried the solutions put forth by them. I have tried everything possible, but it seems strange that the same solution seems to work for them , but not for me. Let me state the exact steps that I have used in my latest attempt: 1) create brand new keystore keytool -genkey -keystore -storepass -keypass password 2) delete entry so keystore is empty keytool -delete -keystore -alias mykey -storepass 3) import your CA's root certificate (root alias can be whatever) keytool -import -keystore -alias -file -storepass -trustcacerts 4) And then put it in jre/lib/security folder. 5) I then changed the jmeter.properties file accordingly Uncomment these ssl.provider=com.sun.net.ssl.internal.ssl.Provider ssl.pkgs=com.sun.net.ssl.internal.www.protocol javax.net.ssl.trustStore=C:/jdk1.5.0_07/jre/lib/security/(cert name) javax.net.ssl.keyStore=C:/jdk1.5.0_07/jre/lib/security/(cert name) javax.net.ssl.keyStorePassword=changeit I'm using jdk1.5.0_07 and it is installed in C:/jdk1.5.0_07 I keep getting the error "ERROR - jmeter.util.SSLManager: Couldn't load keystore java.lang.Exception: No key found " Is there something I'm missing out? Please help. It's very important to get this resolved for our load testing. Any help is appreciated. Thanks --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org