To test a web server using SSL encryption (HTTPS), JMeter requires that an implementation of SSL be provided (such as Sun's Java Secure Sockets Extension -- JSSE ). Include the necessary encryption packages in JMeter's classpath . Also, update jmeter.properties by registering the SSL Provider.
There is also the SSL Manager , for greater control of certs.
Note: if you are running JDK1.4, then you do not have to download JSSE because Sun integrated it into JDK1.4 as a standard library.
Greg Reinl
Ranch Hand
Joined: Feb 11, 2003
Posts: 45
posted
0
lakshmi s: Did you ever figure out how to get this to work? I'm haveing the same problem and would greatly appreciate your help if you can.
Matt Hoffman
Ranch Hand
Joined: Jun 03, 2004
Posts: 83
posted
0
I am having issues with this. Did you get this to work?
Shabana Khanam
Greenhorn
Joined: Mar 23, 2005
Posts: 1
posted
0
I too have problem with https though have made appropriate settings.
Dhondiba Joshi
Ranch Hand
Joined: Jan 23, 2004
Posts: 39
posted
0
I am facing same problem. I follwed below steps:
1) Added jsse.jar to classpath. 2) Added ssl.provider=path of jsse.jar
Are those steps correct ?
please help
SCJP,SCWCD
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35243
7
posted
0
Since this seems to be a FAQ, I have added a section on what to do to the JavaIoFaq.