>>> On 01/10/2008, Tschannen Michael (tsmi) <[EMAIL PROTECTED]> wrote: >>>> 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? >>> Yes, it does, but they apply to every thread, regardless of the >>> sampler settings. >>> >>> It's not possible to use System properties to implement per-sampler >>> options, as properties are global. >>> >>> But given that the HTTPS samplers accept all server certificates >>> regardless, we should probably do the same for the SMTP (and >>> POP3S/IMAPS) samplers. That is, the setting is not optional for HTTPS, >>> so should not be optional for the mail samplers either. >> agree! we will try to change this. >>>> > > 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. >>> Oh, I see. >>> >>> Would StartTLS still be useful without InstallCert? >> I don't think so (at least not for all hosts, which is dangerous)... > > Dangerous? > > It might limit applicability, but there would still be the work-round > of adding the cert to the Java installation. > Not ideal, but possible. exactly! dangerous was probably not the right expression, but as you say it is a bit less comfortable like that...
so we're going to return to the other stuff after having done all the immediate changes. thanks for your support! michael --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]