jQuery in Action, 2nd edition
The moose likes Performance and the fly likes Using JMeter to test HTTPS connections Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Performance
Reply Bookmark "Using JMeter to test HTTPS connections" Watch "Using JMeter to test HTTPS connections" New topic
Author

Using JMeter to test HTTPS connections

lakshmi s
Greenhorn

Joined: Mar 29, 2004
Posts: 3
I am testing a HTTPS URL using JMeter.I am using jdk141_03 and hence the JSSE jars have not been downloaded and used.
I am getting java.net.MalformedURLException: unknown protocol: HTTPS
Pls tell me as to what should be done to get this working.
Thanks!!
ESReddy
Greenhorn

Joined: Apr 06, 2004
Posts: 2
Hi Lakshmi
It is not possible to record the HTTPS requests using JMeter. If you are getting this exception at the time of script recording, my suggestion is first record HTTP requests. Then before execution change the protocol to HTTPS from HTTP in the HTTPSamplers.
If you are getting this exception while execution, but there might be a solution for this in the JMeter user group. I have seen many similar SSL related questions in this group.
Hope this helps.


ESReddy<br />Applabs Technologies<br /><a href="http://www.applabs.com" target="_blank" rel="nofollow">www.applabs.com</a><br />An SEI CMM Level 5 Company<br />�In Quality We Trust�
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Using JMeter to test HTTPS connections
 
Similar Threads
Https Question
Encrypting URL in Address Bar
How to encrypt and Decrypt form parameters?
Android SSL support?
compressing HTTP responses (mod_deflate)