ssl - Have Jmeter use different Certs from keystore to make to requests -


Jmeter HTTPS requests require the help of Jmter to use multiple curtts that require a JSS I am using different client certificates in Keystore, currently there are 2 client types / keys in it.

Currently I have some HTTPS requests in the thread group that have some other HTTPS requests in CERT1 and another thread group that should be done using CERT2.

I am using keystore configuration for these different thread groups to use nicknames or indexes to use different CRTs.

In addition to setting separate aliases to add keystore configuration to thread group and choose different certificates, JMR is not using separate carats to request. I see that the same proof is being used.

I have set -Jhttps.use.cached.ssl.context = false -Jhttps.socket.protocols = TLSv1.2 -Djavax.net.ssl.keyStore =% Keystore% -Djavax.net. Ssl.keyStorePassword =% KEY_PASS%

And I am using HTTPClient4 in my HTTPS requests.

Is there anything I'm missing ... any help will be used?

Read document context:

Note on yellow notes:

To use more than one certificate from JMT you need to make sure that: - https.use.cached.ssl.context = False is set in Jmeter.properties or user.properties - You use HTTP client 3.1 or 4 for HTTP requests


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -