'Getting this error message while running Load Test in Azure "Keystore file not found, loading empty keystore"
I have uploaded .jmx script and CVS files in the test plan. And added an "Authorize Token" as parameter in the Environment Variables (as I don't want to give secrets). So when the test is executed, "Keystore file not found, loading empty keystore" message is displayed in the log file and test is failed. How do I fix this issue.
Solution 1:[1]
If your test is using client-side certificates you need to:
Upload the keystore along with your test plan and the CSV file
Set the corresponding JMeter system properties:
javax.net.ssl.keyStore
- with the path to the keystore filejavax.net.ssl.keyStorePassword
- with the password for the keystore file
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Dmitri T |