JMeter & ant: https not working

Linux howto's, compile information, information on whatever we learned on working with linux, MACOs and - of course - Products of the big evil....
Post Reply
User avatar
^rooker
Site Admin
Posts: 1483
Joined: Fri Aug 29, 2003 8:39 pm

JMeter & ant: https not working

Post by ^rooker »

[PROBLEM]
Although my test scenario (.jmx) ran perfectly from within JMeter GUI, it failed when accessing https:// sites.

[SOLUTION]
This problem occurs, because jmeter isn't provided with the keystore password.

Add this line to your <jmeter> block in the build.xml:

Code: Select all

<jvmarg value="-Djavax.net.ssl.keyStorePassword=password"/>
...where "password" must be replaced by your actual password, of course.
Jumping out of an airplane is not a basic instinct. Neither is breathing underwater. But put the two together and you're traveling through space!
Post Reply