PKCS7 server certificates could be imported to truststore, but JMeter, per default, trust all server certificates with no need of configuration.
We are talking about SSL Manager that serves as a pseudo-keystore that hold digital certificate private keys. These type of certificates are, as far as I can tell, PKCS12 format. We had the same problems trying to import private keys from PKCS7 personal certificates, but unsuccefully. After we got some PKCS12 certificates all digital certificate testing are working properly. PKCS12 certificates can be produced by OpenSSL. Hope it helps you. Flávio Cysne 2012/4/27 sebb <[email protected]> > On 27 April 2012 18:12, Naresh Kumar <[email protected]> wrote: > > Thanks Flavio, I have server certificate in PKCS7 format and J meter > doesn't seems to be recogninsing it. > > Is there a way I can fix this... > > JMeter does almost no validation of server certificates. > > What is the error you are getting? > > > Also I tried creating key store in JAVA in bin and tried in lib as > well...but some how J meter doesn't recognise this.............. :( > > > > Regard's > > Naresh Kumar > > > > -----Original Message----- > > From: Flavio Cysne [mailto:[email protected]] > > Sent: 27 April 2012 17:32 > > To: JMeter Users List > > Subject: Re: J Meter - SSL Recognisation > > > > JMeter 2.6 SSL Manager supports adding PKCS12 digital certificates or > > configuring a keystore in system.properties > > > > 2012/4/27 Naresh Kumar <[email protected]> > > > >> How do we recognise keystore in J meter via SSL manager,any help.... > >> > >> Regard's > >> Naresh Kumar > >> > >> > >> > >> > >> ________________________________ > >> Information contained and transmitted by this e-mail is confidential and > >> proprietary to iGATE Patni and its affiliates and is intended for use > only > >> by the recipient. If you are not the intended recipient, you are hereby > >> notified that any dissemination, distribution, copying or use of this > >> e-mail is strictly prohibited and you are requested to delete this > e-mail > >> immediately and notify the originator or [email protected]. > iGATE > >> Patni does not enter into any agreement with any party by e-mail. Any > views > >> expressed by an individual do not necessarily reflect the view of iGATE > >> Patni. iGATE Patni is not responsible for the consequences of any > actions > >> taken on the basis of information provided, through this email. The > >> contents of an attachment to this e-mail may contain software viruses, > >> which could damage your own computer system. While iGATE Patni has taken > >> every reasonable precaution to minimise this risk, we cannot accept > >> liability for any damage which you sustain as a result of software > viruses. > >> You should carry out your own virus checks before opening an > attachment. To > >> know more about iGATE Patni please visit www.igatepatni.com. > >> > > > > Information contained and transmitted by this e-mail is confidential and > proprietary to iGATE Patni and its affiliates and is intended for use only > by the recipient. If you are not the intended recipient, you are hereby > notified that any dissemination, distribution, copying or use of this > e-mail is strictly prohibited and you are requested to delete this e-mail > immediately and notify the originator or [email protected]. iGATE > Patni does not enter into any agreement with any party by e-mail. Any views > expressed by an individual do not necessarily reflect the view of iGATE > Patni. iGATE Patni is not responsible for the consequences of any actions > taken on the basis of information provided, through this email. The > contents of an attachment to this e-mail may contain software viruses, > which could damage your own computer system. While iGATE Patni has taken > every reasonable precaution to minimise this risk, we cannot accept > liability for any damage which you sustain as a result of software viruses. > You should carry out your own virus checks before opening an attachment. To > know more about iGATE Patni please visit www.igatepatni.com. > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
