I am new to jmeter so I'm not sure how to do this. In the jmeter docs
I want to set this in my JMX file
https.use.cached.ssl.context=false
How can I do this in the jmeter GUI?
If you want this property set in all of your scripts, change the commented-out #https.use.cached.ssl.context=true
in jmeter.properties
to https.use.cached.ssl.context=false
.
If you want this only for my_test.jmx
, then copy jmeter.properties
to my_test.properties
and make the change there. When you start jmeter from the command line, you can specify that file with -p
.
Alternatively, you can specify just that property with -J
. See here for Jmeter command line options.
As for Redline13
, it looks like they use -J
, but I'm not familiar with them.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With