Hi,
Can JMeter create a different SSL session for each thread ("user") where it does a new handshake with the listener when it starts each thread's session?

We are using the SSLManager with a client certificate and we need to stress test our SSL web listener (PKI) itself. When manually using a browser, each browser has a separate handshake creating a different "session" in the PKI listener itself. We need to emulate this.

From our testing, it appears that JMeter will perform only ONE handshake
with the SSL listener which is then used for the entire Test Plan (all threads). (e.g. when we configure multiple threads, say 40, it appears as if one SSL handshake runs all the 40 threads within one session.) Is this a correct understanding of how JMeter is designed/supposed to work?

If JMeter currently doesn't support this, we would like to take a look at modifying the source. Any tips on where this could easily be controlled?
Would the JMeter developers consider adding this feature?

Thanks!
Bob Bogardus


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to