https://issues.apache.org/bugzilla/show_bug.cgi?id=52033

             Bug #: 52033
           Summary: Allowing multiple certificates (JKS)
           Product: JMeter
           Version: 2.5
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Main
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified


Created attachment 27777
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=27777
Suggested changes

We had a need to use multiple certificates for mutual authentication in web
servers, from some code suggestions found on the internet we create a model
that would like to suggest for the next release of JMeter.

The expected behavior is that when you configure a key store containing more
than one private key, it must request a certificate for each virtual user
(thread), and if the number of virtual users is greater than the certificate,
he should restart the list of certificates.

Because the delay in loading the JKS and the noises caused for him in the test,
we changed the code so that the JKS was initializated on JMeter startup.

We use the tag v2_5_RC3 for development. The suggestion to update the code of 4
classes is attached as a patch to SVN.
We did some tests and the load time of 7000 certificates / keys lasted average
of 3 seconds.

This implementation can be used in the next release of JMeter?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to