Truststore on JMeter is using "trust all" by default and there's no need to configure a JKS to Java Truststore (jssecacerts).
http://osdir.com/ml/jmeter-user.jakarta.apache.org/2010-08/msg00091.html Using the answer of the post above: "Try using http://jakarta.apache.org/jmeter/usermanual/component_reference.html#SOAP/XML-RPC_Request instead." Hope it helps you. Flavio Cysne 2012/4/24 Naresh Kumar <[email protected]> > Hi , > > Can someone please help with this. > We are unable to load WSDL URL with https , the error message displayed > while loading the secured WSDL > > Structure of the test plan : > > Thread Group > WebService(SOAP) Request > > Error message : > 'org.apache.jmeter.protocol.http.util.WSDL.Exception:java.security.NoSuchAlgorithmException:Error > constructing implementation > > (algorithm:Default,provider:SunJSSE,class:com.sun.net.ssl.internal.ssl.DefaultSSL.Contextimpl)' > > We initially thought issue with server side certificate which JRE doesn't > recognise, we tried importing certificate into java with below steps and > were successful. > Key store is successfully created under C:\Program Files\Java\jre6\bin > > But when we try to load WSDL in J meter it's the same issue again,this > seems to be issue with J meter not sure though > > > C:\>cd C:\Program Files\Java\jre6\bin > > C:\Program Files\Java\jre6\bin>keytool -import -alias test -file test.cer > -keyst > ore testing > Enter keystore password: > Re-enter new password: > Owner: CN=TTBTESTBPMIIS01.opg.eu.vte.com > Issuer: CN=TTBTESTBPMIIS01.opg.eu.vte.com > Serial number: 3a07eb33ed914e904d6e9d18ba16f9ff > Valid from: Mon Apr 02 14:07:21 BST 2012 until: Tue Apr 02 01:00:00 BST > 2013 > Certificate fingerprints: > MD5: B3:94:4C:75:23:F7:70:33:42:88:58:FD:E4:64:67:56 > SHA1: DF:E6:9D:57:CB:61:C2:3D:F0:46:40:66:62:00:53:BC:A1:8B:C1:8F > Signature algorithm name: SHA1withRSA > Version: 3 > > Extensions: > > #1: ObjectId: 2.5.29.15 Criticality=false > KeyUsage [ > Key_Encipherment > Data_Encipherment > ] > > #2: ObjectId: 2.5.29.37 Criticality=false > ExtendedKeyUsages [ > serverAuth > ] > > Trust this certificate? [no]: yes > Certificate was added to keystore > > 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. >
