Hi,
I am trying to send a SOAP request over https using client certificate.
1.It works fine when i use the GUI mode. I can setup the client
certificate by selecting the PKCS file in SSL manager and by putting
my CA certificate in jks format under JRE's lib/security folder as
jssecacerts.
In jmeter.log i see that it is reading the client certificate and it works fine
2. But i need to run it in non GUI mode. So i can't go to
options->SSL Manager.
So i have setup the following in jmeter.properties
javax.net.ssl.keyStore=C:\\Global
Architecture\\Middleware\\Projects\\Advisor Central\\Maintenance
Transactions - P20-014 - PCD195\\Technical
Documentation\\Guides\\Developers Guide\\OpenSSL\\dtcc\\newcert.p12
#The password to your keystore
javax.net.ssl.keyStorePassword=admin123
and i have jssecacerts under JRE's lib/security folder.
On doing this i see in jmeter.log that it is trying to read the client
certificate twice
005/01/11 23:27:39 INFO - jmeter.util.JsseSSLManager:
WrappedX509Manager: getCertificateChain(www.dtcc.com)
2005/01/11 23:27:39 INFO - jmeter.util.JsseSSLManager:
[Ljava.security.cert.X509Certificate;@134ce4a
2005/01/11 23:27:39 INFO - jmeter.util.JsseSSLManager:
WrappedX509Manager: getPrivateKey: SunJSSE RSA private CRT key:
But then it doesn't connect to my server.
regards,
Mukulika
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]