Hi, It has been awhile since I have worked with Jmeter, but I am trying to setup a simple test plan where I do an HTTPS request.
I have a CSV file and a JKS file in the Jmeter "bin" directory. The CSV file has one line: intuser_cindy The JKS is "intusers-keystore.jks", and has 3 privatekey entries, including one whose alias is "intuser_cindy". Here's a snippet of keytool: keytool -list -keystore intusers-keystore.jks -storepass XXXX -alias intuser_cindy intuser_cindy, Dec 22, 2020, PrivateKeyEntry, Certificate fingerprint (SHA1): D3:3C:8F:E4:E7:EB:.....:F5:A4:57:1C:AF:99:53:00:2B In the Jmeter test plan I have: - CSV Data set config (configured for filename '.\intusers_aliases.csv') - Keystore Config - HTTP request In the system.properties file, I have: javax.net.ssl.keyStore=./intusers-keystore.jks javax.net.ssl.keyStorePassword=XXXXXX However, when I run a test, I am seeing an error: No certificate found for alias:'intuser_cindy' As I said, it's been awhile since I've worked with Jmeter, but what could be configured incorrectly? I've been staring at this for awhile now, so I hope that someone here might be able to help? Thanks, Jim --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org For additional commands, e-mail: user-h...@jmeter.apache.org