JMeter: Why page keeps on loading continuously while recording using https?

时间:2017-11-08 22:01:34

标签: https jmeter recording

The application is built using .Net and there is no issue when accessing the website manually. The issue is while recording and the page keeps on loading which won't display any objects.

Thanks in advance for any answers.

1 个答案:

答案 0 :(得分:0)

在大多数情况下,将JMeter的证书导入浏览器应该足够了:

  1. 找到ApacheJMeterTemporaryRootCA.crt文件(当您开始JMeter's Proxy Server时,它会在J&#bin文件夹中生成;"}
  2. 将证书导入JMeter。这些步骤因浏览器而异,因此请查看浏览器文档以获取详细信息。您还可以在HTTP(S) Test Script Recorder JMeter用户手册条目的 HTTPS录制和证书章节中找到示例步骤
  3. 重新启动JMeter,清除浏览器数据(历史记录,缓存等)并重复录制尝试。
  4. 请查看Recording HTTPS Traffic with JMeter's Proxy Server以获取更多详细说明和一些问题排查提示。

    如果它无效:

    • 检查 jmeter.log 文件是否存在任何可疑条目
    • open" network"浏览器的开发人员工具标签,看看某些请求失败的原因是什么
    • 考虑替代录制解决方案,即JMeter Chrome Extension