Setting up Jmeter to do HTTPS

38172 picture 38172 · Jun 19, 2012 · Viewed 86.7k times · Source

I am using a jmeter 2.7 for my load testing. When we started of the urls to use were simple http. Now we have moved to HTTPS. Can some one tell me how to enable ssl in jmeter? I did go through the jmeter manual and un-commented the SSL portions (all SSL lines now :( ) from system.properties and also have changed the protocol to be HTTPS under Http Request sampler -> Http Request and still no success. I am lost on how to set ssl url in jmeter any help? Link that some one can point me to?

some more info: I'm running jmeter from my mac and it has Java version 1.6.

Answer

ant picture ant · Jun 25, 2012

No, you need not to change any system properties. Here is random github https example that works for :

enter image description here