I am have a problem using the ssl manager. I am trying to load test a site that requires a client cert, but also checks to make sure the root and issuing certs are also available.
It looks like JMeter will only use certificates in the PKCS#12 format (I have found that it will not use a cert in any other format). But the java keytool will only work with certificates that are in the X.509 format. I created a keystore using the X.509 format, but it appears as though JMeter won't use it. I also need to create a truststore(for the root and issuing certs) that JMeter will use. I don't have a problem with directing the keystore property in the jmeter.properties file directly to the cert.p12 file. But I need to also use a truststore and I'm not sure how to accomplish this. I am using JMeter 2.0.6 and Java 5.0 (1.5.0_02) Can anyone help me out with this? Thank you in advance, Mike --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

