• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Using JMeter to test HTTPS connections

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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!!
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic