Sebastian Thanks for your reply, delay doesn't matter!
For definitive clearance, I have two additional questions: > > InstallTrustStore and UseLocalTrustStore involves setting System > > properties - that is not a good idea for JMeter samplers, as the > > properties will affect all threads. > > > > Likewise, the setTrustAllCerts() method updates the JVM Security > > settings, which will affect other samplers. Is there some JMeter-code that already does that without changing system properties (e.g. HTTPS handler)? I thought JMeter's SSL manager also changes java system properties - am I wrong? > > At least one of the files appears to have Sun Copyright; AFAIK, that > > cannot be used. Correct, InstallCert has sun copyright. I neither don't know if this can be used within JMeter (perhaps anyone else does?) - anyway this class is used for StartTLS (for which "Trust all certificates" doesn't work), perhaps it has to be re-written. > > The copyright headers for other files created by the submitters need > > to be addressed as follows: > > > > http://www.apache.org/legal/src-headers.html#headers NP, can be done! Summing up, we have the following TODO's before an integration: - paste copyright headers - re-write SUN's install certificate class (if it must not be used within JMeter) - avoid setting java system properties for SSL settings (if possible) Can you confirm this TODO-list? Michael --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]