Hi I have recorded Jmeter scripts and replayed them successfully on development environment, using HTTP protocol. However, when I switched to production environment, where https is enabled, I wasn't able to replay the scripts. The production environment also uses Siteminder - will this affect the scripts?
The settings I have changed to enable https are as follows: jmeter.properties: ssl.provider=com.sun.net.ssl.internal.ssl.Provider ssl.pkgs=com.sun.net.ssl.internal.www.protocol javax.net.ssl.trustStore=C:\Program Files\Java\jre1.5.0_07\lib\security\cacerts javax.net.ssl.keyStore=C:\Program Files\Java\jre1.5.0_07\lib\security\cacerts javax.net.ssl.keyStorePassword=changeit JMeter scripts - Use Follow Redirects - Change default protocol to https The above setting doesn't work. Then I tried importing the cert using keytool, to cacerts. Now jmeter throws error indicating https protocol is unknown! Any idea what are the settings which are wrong? Appreciate any help on https settings, and the cause for unrecognized https protocol Please advise. Thanks! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]