After searching on the net i found that i have to use the keytool to generate
a certificate, so that is what i did this way : keytool -keystore <path to
keystore> -import -file <path to certificate> -alias <alias>
Now i still dont really understand what do i have to write in the properties
file under javax.net.ssl.trustStore, javax.net.ssl.keyStore and
javax.net.ssl.keyStorePassword.  I tried to set up those properties but have
this in the log : 
jmeter.util.SSLManager: JmeterKeyStore Location: C:\Program
Files\Java\jre1.6.0_04\lib\security\jssecacerts 
2008/03/07 16:31:16 INFO  - jmeter.util.SSLManager: KeyStore created OK,
Type: JKS 
2008/03/07 16:31:16 ERROR - jmeter.util.SSLManager: Problem loading
keystore: No key found 
2008/03/07 16:31:16 INFO  - jmeter.util.SSLManager: TrustStore Location:
C:\cacerts 
2008/03/07 16:31:16 INFO  - jmeter.util.SSLManager: TrustStore created OK,
Type: JKS 
2008/03/07 16:31:16 INFO  - jmeter.util.SSLManager: Truststore loaded OK
from file 

Dolphin06 wrote:
> 
> Hello i m trying to configure jmeter for ssl authentification.  I know
> nothing about security in java, the problem is that i have to test a
> secure site.  I know how to get my certificate file (*.cer) from IE, but
> dont know how to configure the properties file of jmeter.  How to
> configure the path to the truststore, the path to the keystore, what has
> to be the password of the keystore, how to find the ssl provider ?  I m
> using jmeter 2.3.1 and java 1.6.0.04.  Thanks for help for the procedure.
> 

-- 
View this message in context: 
http://www.nabble.com/https-authentification-tp15891137p15896241.html
Sent from the JMeter - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to