I've been unable to log into secure sites using JMeter. I've downloaded the
SSL certificates from the sites I'm trying to reach and imported them into
CACERTS. I configured the properties to read the CACERTS file but
consistently get this exception: "jmeter.util.SSLManager: Couldn't load
keystore java.lang.Exception: No key found."

To verify that my certs were actually getting loaded I modified
jmeter.util.keystore.DefaultKeyStore (in rel-2-2) to log the alias names as
it was iterating through the keystore aliases and found my aliases are
there. Next I checked to see if the following line, "if
(store.isKeyEntry(alias))," is returning true and found that in all cases,
including all the certs that come with Java, it returns false; thus the _key
value is null and the above exception gets thrown. 

In researching this problem I found a large number of entries on the lists
with the same problem, but it seems that no one has found a solution. I'm
new to JMeter and this is my first peak at the code, so I'm not sure where
to go from here. Can anyone please advise. 

Thanks,
Ron
-- 
View this message in context: 
http://www.nabble.com/JMeter-not-loading-SSL-certs-tf3892688.html#a11035708
Sent from the JMeter - Dev mailing list archive at Nabble.com.


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

Reply via email to