|
Title: Using a distinct client certificate on different threads Post by: Arno van de Kamp on September 12, 2008, 08:27:29 pm Hi,
I'm setting up a loadtest in SOAP-UI with a client certificate (and a server certificate) and I'm running 15 parallel threads executing the requests. The WS-Security Configurations tab in the Project view gives me the possibility to use 1 client certificate for these 15 threads. However, I want to investigate the contribution of authentication/authorization mechanism on the server to the reponse times. So, I want to give each thread it's own client certificate. Is there a way to accomplish this in SOAP-UI Regards, Arno van de Kamp Title: Re: Using a distinct client certificate on different threads Post by: omatzura on September 12, 2008, 08:30:25 pm Hi,
hmm.. are you using the certificate for https or ws-security? (or both..) regards, /Ole eviware.com Title: Re: Using a distinct client certificate on different threads Post by: Arno van de Kamp on September 15, 2008, 08:58:51 am Hi Ole,
We are using the certificate for https only. regards, Arno Title: Re: Using a distinct client certificate on different threads Post by: omatzura on September 15, 2008, 03:35:55 pm Hi Arno,
the upcoming version allows you to specify specific certificates per request, you will have to add all certificates as keystores in the containing projects WS-Security settings and can then use property-expansion together with (for example) the ThreadCount variable to use different keystores for each thread.. sorry to keep you waiting, the release is really really close now (and I mean that!) regards! /Ole eviware.com |