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=30741>. 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=30741 JMeter does not prompt for cert passwords ------- Additional Comments From [EMAIL PROTECTED] 2004-08-22 21:32 ------- Not sure if this will help you, but you can always define the value of javax.net.ssl.keyStorePassword on the JMeter command line, using the -D or -J flags; this saves having to edit the properties file. By the way, are you using the same version of the JVM on XP as you were using on NT? There is code in SSLManager.java (in 1.9.1) to prompt for a password, but as far as I can see, it won't be invoked: this.defaultpw = JMeterUtils.getJMeterProperties().getProperty( "javax.net.ssl.keyStorePassword", "password"); if (null == defaultpw) { // Code to prompt for password } I don't see how defaultpw can ever be null ... so perhaps the prompting was previously done by Java? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
