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]
