Reputation: 344
I'm trying to record an application with https protocol in jmeter.
Requests are being captured in JMeter, the However web page is not loading properly.In the web, responses are coming in a line where I cannot proceed further.
I'm able to record HTTP protocol without any problem.
help on this would be really appreciable.
Thanks in advance
Upvotes: 1
Views: 624
Reputation: 34516
When you start HTTP(S) Test Script Recorder for the first time, JMeter will create a Certificat Authority in jmeter/bin folder named:
You need to add it to your browser (Firefox for example) following the instructions in paragraph:
Installing the JMeter CA certificate for HTTPS recording
Once done, you'll be able to correctly record HTTPS traffic.
Upvotes: 2