Hi Phil,
I noticed that I can add.
grinder.plugin.parameter.clientCert=mcert.p12
grinder.plugin.parameter.clientCertPassword=mypassword
But the quesiton is how do I know if the client's cert is sent to the server?
Also, I noticed SSL only works with G3 but not with G2 (they all use j2sdk1.4.1_04). What do I do to make it work with G2?
Thanks.
Jieming
Philip Aston <paston@...> wrote:
Yes.
The Grinder uses the default J2SE/JSSE SSL socket factory.
I've never tried this, but you should be able to add your client
certficate to a Java keystore, and specify the key store with the
javax.net.ssl.keyStore and javax.net.ssl.keyStorePassword system
properties.
See the following path in the J2SE 1.4.1 documentation:
guide/security/jsse/JSSERefGuide.html#Customization
Currently there is no HTTP plugin API to alter the socket factory used,
so there is no option to programatically set different SSL contexts for
different threads, e.g. to support many different client certificates.
This would be simple to add, but would require the user to be a fairly
advanced developer to make use of it. Let me know whether you would
find it useful.
- Phil
-----Original Message-----
From: Jimmy Wang [mailto:jieming_wang@...]
Sent: 30 September 2003 00:13
To: grinder-use@...
Subject: [Grinder-use] Does grinder support web client Certificate ?
Hi,
Does grinder support web client Certificate ? If yes, how do I do that ?
Thanks.
Jieming
---------------------------------
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
|