Hi,

try setting java option  -Djavax.net.debug=all

(see http://docs.oracle.com/javase/1.5.0/docs/guide/security/jsse/ReadDebug.html )

It gives you tons of output that typically give some hints on what is going wrong.

HTH,

Jörg

Zitat von [email protected]:

Hi,

I am attempting to run my tests in non-GUI mode on an EC2 instance.

I have imported my cert into the Java KeyStore:

$ keytool -importkeystore -srckeystore /usr/local/etc/certs/dev-cert.p12
-srcstoretype PKCS12 -srcstorepass ******* -noprompt

And in the JMeter system.properties file, I have added this:

javax.net.ssl.keyStore=/usr/local/etc/certs/dev-cert.p12
javax.net.ssl.keyStorePassword=******

However, when I look at the JMeter log, JMeter doesn't seem to be
loading the cert and I get an authorisation error.

Is there a step I am missing out?

Thanks

Paul




---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to