On 19/06/06, rubal <[EMAIL PROTECTED]> wrote:
I am able to test https request.I am using jdk1.4 & have jdk 1.3 installed as well & jmeter picked up jdk1.3. Steps I followed, 1.In jmeter.properties>uncomment SSL config ssl.provider=com.sun.net.ssl.internal.ssl.Provider ssl.pkgs=com.sun.net.ssl.internal.www.protocol javax.net.ssl.trustStore=C:/j2sdk1.4.2_10/jre/lib/security/cacerts javax.net.ssl.keyStore=C:/j2sdk1.4.2_10/jre/lib/security/cacerts
Are you sure those steps are needed? I just tried Jmeter 2.2 and Java 1.4.2_11, and did not need to edit jmeter.properties at all to access https://www.sun.com/ However, you may need to play with those properties if the server is not using a recognised certificate.
2.Check your java version,as below 1.4 thr is no support for ssl & 3.Put jsse.jar in jmeter_home/lib or specify in your classpth if u r using 2.2
I presume you mean Java 1.3
4.Use Badboy to run https
request & save the results from File>Export to
Jmeter menu as .jmx file 5.Use Jmeter to open this exported file. 6.Add a sampler to record. 7.If all steps are OK,it should work or else you are missing something. Regards, Charanpreet -- View this message in context: http://www.nabble.com/How-to-run-exported-jmx-file-in-jmeter-t1798995.html#a4938559 Sent from the JMeter - User forum at Nabble.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]

