I am trying to connect SSL enabled Oracle DB using JMeter. Below are the steps I followed.
Converted the client side certificate to .JKS format and placed this .JKS in JMeter bin folder
Set the below values in system.properties
javax.net.ssl.keyStore=myCert.jks
javax.net.ssl.keyStorePassword=JKSpassword
Copied ojdbc10 jar in JMeter/lib folder
However, I'm getting the below error:
Cannot create PoolableConnectionFactory (IO Error: IO Error PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target, Authentication lapse 0 ms.)
Appreciate any lead.
