Hi I use jmeter for remote testing. Authentification of the testing server perfoms over HTTPS. When i access protected area following exeption appears:
jmeter.protocol.http: java.security.cert.CertificateException: Couldn't find trusted certificate javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: Couldn't find trusted certificate I use keystore in the jks fomat . When i run on that computer jmeter in client mode and provide password for keystore than everything OK. How can I provide password for keystore in the server mode?

