Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 73127 invoked from network); 11 Jul 2006 21:16:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Jul 2006 21:16:12 -0000 Received: (qmail 6625 invoked by uid 500); 11 Jul 2006 21:16:10 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 6601 invoked by uid 500); 11 Jul 2006 21:16:10 -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 6590 invoked by uid 99); 11 Jul 2006 21:16:10 -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 14:16:10 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [70.150.196.245] (HELO mail.benefitfocus.com) (70.150.196.245) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jul 2006 14:16:09 -0700 Received: from BFEXCH1.benefitfocus.com ([192.168.0.12]) by mail.benefitfocus.com with Microsoft SMTPSVC(6.0.3790.1830); Tue, 11 Jul 2006 17:15:47 -0400 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.2663 Importance: normal Priority: normal Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: SSL certificate Date: Tue, 11 Jul 2006 17:15:42 -0400 Message-ID: <3E475912BEFC1C47B9C2304DB682CC6F0310FCC1@BFEXCH1.benefitfocus.com> In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: SSL certificate thread-index: AcalLHMbPoyaTLjeRvGk4VBVXmjLogAAooBg From: "Brian Swackhamer" To: "JMeter Users List" X-OriginalArrivalTime: 11 Jul 2006 21:15:47.0867 (UTC) FILETIME=[2DE50EB0:01C6A52F] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Mili, My cert does not display the extension but it is a jks file. Do not know what you named your cert but this is right out the documentation for SSL manager: Things to Look Out For=20 You must have your Certificate Authority (CA) certificate installed properly if it is not signed by one of the five CA certificates that ships with your JDK. One method to install it is to import your CA certificate into a JKS file, and name the JKS file "jssecacerts". Place the file in your JRE's lib/security folder. This file will be read before the "cacerts" file in the same directory. Keep in mind that as long as the "jssecacerts" file exists, the certificates installed in "cacerts" will not be used. This may cause problems for you. If you don't mind importing your CA certificate into the "cacerts" file, then you can authenticate against all of the CA certificates installed. ~Brian -----Original Message----- From: Mili Miranda [mailto:milimiranda@hotmail.com]=20 Sent: Tuesday, July 11, 2006 4:56 PM To: jmeter-user@jakarta.apache.org Subject: RE: SSL certificate Did that. Still no success. Does your keystore have any extension? Because=20 it's looking for type jks right? >From: "Brian Swackhamer" >Reply-To: "JMeter Users List" >To: "JMeter Users List" >Subject: RE: SSL certificate >Date: Tue, 11 Jul 2006 16:52:55 -0400 > >Mili, > >Comment out javax.net.ssl.trustStore > >~Brian > >-----Original Message----- >From: Mili Miranda [mailto:milimiranda@hotmail.com] >Sent: Tuesday, July 11, 2006 4:44 PM >To: jmeter-user@jakarta.apache.org >Subject: RE: SSL certificate > >Hi Brian, > Yes , my password is changeit. I'm not sure of the >truststore >concept yet. >Thanks for the reply. > > > >From: "Brian Swackhamer" > >Reply-To: "JMeter Users List" > >To: "JMeter Users List" > >Subject: RE: SSL certificate > >Date: Tue, 11 Jul 2006 16:40:49 -0400 > > > >Mili, > > > >Is your keystore password changeit? If not, you will have to change > >that line to match your keystore password. > > > >Here is my properties file setup for SSL: > >ssl.provider=3Dcom.sun.net.ssl.internal.ssl.Provider > >ssl.pkgs=3Dcom.sun.net.ssl.internal.www.protocol > > > >#The location of the truststore (trusted certificates) and keystore ( >if > >other than the default. > >#you can uncomment this and change the path to the correct location. > >#javax.net.ssl.trustStore=3D/path/to/cacerts > >javax.net.ssl.keyStore=3Dc:\jakarta-jmeter-2.2\lib\jssecacerts\jssecacer= t >s > > > >#The password to your keystore > >javax.net.ssl.keyStorePassword=3Dpassword > > > >~Brian > > > >-----Original Message----- > >From: Mili Miranda [mailto:milimiranda@hotmail.com] > >Sent: Tuesday, July 11, 2006 3:53 PM > >To: jmeter-user@jakarta.apache.org > >Subject: SSL certificate > > > >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=3Dcom.sun.net.ssl.internal.ssl.Provider > >ssl.pkgs=3Dcom.sun.net.ssl.internal.www.protocol > > > >javax.net.ssl.trustStore=3DC:/jdk1.5.0_07/jre/lib/security/(cert = name) > >javax.net.ssl.keyStore=3DC:/jdk1.5.0_07/jre/lib/security/(cert name) > > > >javax.net.ssl.keyStorePassword=3Dchangeit > > > > > >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 > > > > > > > >*********************************************************************** >***************** > >BENEFITFOCUS.COM CONFIDENTIALITY NOTICE: This electronic message is > >intended only for the individual or entity to which it is addressed and >may > >contain information that is confidential and protected by law. >Unauthorized > >review, use, disclosure, or dissemination of this communication or its > >contents in any way is prohibited and may be unlawful. If you are not >the > >intended recipient or a person responsible for delivering this message >to > >an intended recipient, please notify the original sender immediately by > > >e-mail or telephone, return the original message to the original sender >or > >to bfpostmaster@benefitfocus.com, and destroy all copies or derivations >of > >the original message. Thank you. (BFeComNote Rev. 08/01/2005) > >*********************************************************************** >**************** > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > >For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > > > > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org >For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > > > >*********************************************************************** ***************** >BENEFITFOCUS.COM CONFIDENTIALITY NOTICE: This electronic message is=20 >intended only for the individual or entity to which it is addressed and may=20 >contain information that is confidential and protected by law. Unauthorized=20 >review, use, disclosure, or dissemination of this communication or its=20 >contents in any way is prohibited and may be unlawful. If you are not the=20 >intended recipient or a person responsible for delivering this message to=20 >an intended recipient, please notify the original sender immediately by >e-mail or telephone, return the original message to the original sender or=20 >to bfpostmaster@benefitfocus.com, and destroy all copies or derivations of=20 >the original message. Thank you. (BFeComNote Rev. 08/01/2005) >*********************************************************************** **************** > >--------------------------------------------------------------------- >To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org >For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org *************************************************************************= *************** BENEFITFOCUS.COM CONFIDENTIALITY NOTICE: This electronic message is = intended only for the individual or entity to which it is addressed and = may contain information that is confidential and protected by law. = Unauthorized review, use, disclosure, or dissemination of this = communication or its contents in any way is prohibited and may be = unlawful. If you are not the intended recipient or a person responsible = for delivering this message to an intended recipient, please notify the = original sender immediately by e-mail or telephone, return the original = message to the original sender or to bfpostmaster@benefitfocus.com, and = destroy all copies or derivations of the original message. Thank you. = (BFeComNote Rev. 08/01/2005) *************************************************************************= ************** --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org