DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=39887>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=39887 ------- Additional Comments From [EMAIL PROTECTED] 2006-09-15 13:13 ------- (In reply to comment #0) > Hi, > > We are receiving this problem in the log files during our load tests when > using Jmeter 2.1.1. We followed the workaround for using the certs keytool > but are still getting this error. Please advise as this is important for our > performance/load metrics: > " jmeter.util.SSLManager: Couldn't load keystore java.lang.Exception: No key found" If you just want to access a Webpage via https this error message is meaningless. It comes from loading the keystore, where your own *private* keys for SSL-Authentication towards the server can be stored. We found that by setting the: 'javax.net.ssl.trustStore' property to the right file (which can be the same as the keystore) and after importing the relevant CA-Certificates problems accessing https pages are gone. Regards: Georg Lehner (aka Jorge-León) -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
