https://issues.apache.org/bugzilla/show_bug.cgi?id=54237
--- Comment #4 from Sebb <[email protected]> --- (In reply to comment #2) > sorry for the delay. > > I set the ssl certs in BeanShell PreProcesser by through: > System.setProperty("javax.net.ssl.keyStore","/sslcerts.p12"); Not recommended, as some init is done when JMeter starts up. Changing the system property during a test may cause problems. Try setting the property on the command-line or in system.properties instead. -- You are receiving this mail because: You are the assignee for the bug.
