Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSL Manager does not handle multiple client certificates #1198

Closed
asfimport opened this issue Aug 18, 2003 · 8 comments
Closed

SSL Manager does not handle multiple client certificates #1198

asfimport opened this issue Aug 18, 2003 · 8 comments

Comments

@asfimport
Copy link
Collaborator

Laurent Medioni (Bug 22510):
The documentation says:
"13.9.4 SSL Manager
...
The next time you run your test, the SSL Manager will examine your key store to
see if it has more than one key available to it. If there is only one key, SSL
Manager will select it for you. If there is more than one key, you will be
prompted to select the alias you wish to authenticate as.
"

I have a jks file containing several certificates for the required CA and
JMeter never prompts and always uses the first one...
I tried to remove the first one from my jks and then Jmeter uses the second
one, and so on...

Is the documentation up to date or is this a bug ?

Votes in Bugzilla: 1
Severity: major
OS: All

Duplicated by:

@asfimport
Copy link
Collaborator Author

Jordi Salvat i Alabart (migrated from Bugzilla):
Setting correct severity.

@asfimport
Copy link
Collaborator Author

Jordi Salvat i Alabart (migrated from Bugzilla):
I'm not familiar with the SSL Manager or key stores, but I have the feeling that
this can be easily worked around by using a key store containing only the
desired key. Plus of course correcting the manuals. Can someone who knows
confirm this and possibly fix or downgrade severity to Minor?

@asfimport
Copy link
Collaborator Author

Laurent Medioni (migrated from Bugzilla):
Yes, it can handle one certificate properly (only the first one unfortunately
for me).
The documentation has to be corrected if multi-cert is not a feature to be
retained.
But it would be great to be able to allocate a different certificate (or at
least a reasonable pool of them) to each thread. Otherwise JMeter does not
stress test the whole process of authentication because of the various cache
levels in the systems.

@asfimport
Copy link
Collaborator Author

Thomas Fischer (migrated from Bugzilla):
I also had a similar problem, and circumvented it by having different
configuration files (jmeter.properties.xxx) for every certificate, and using
the different configuration files in different instances of jmeter (starting
with jmeter -p jmeter.properties.xxx). Of course, this is quite memory-
consuming, but it works.

@asfimport
Copy link
Collaborator Author

Sebb (migrated from Bugzilla):
This is currently a restriction. The documentation has been updated
accordingly.

@asfimport
Copy link
Collaborator Author

Sebb (migrated from Bugzilla):
It would be useful to support multiple certificates at some point

@asfimport
Copy link
Collaborator Author

Julian Cesar (migrated from Bugzilla):
I believe the solution of this case was implemented in this: #2604

@asfimport
Copy link
Collaborator Author

@pmouawad (migrated from Bugzilla):
This bug has been marked as a duplicate of #2604

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant