Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/jpa/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Jmeter 如何进行浏览器设置以记录使用VPN的应用程序_Jmeter_Performance Testing_Jmeter Plugins - Fatal编程技术网

Jmeter 如何进行浏览器设置以记录使用VPN的应用程序

Jmeter 如何进行浏览器设置以记录使用VPN的应用程序,jmeter,performance-testing,jmeter-plugins,Jmeter,Performance Testing,Jmeter Plugins,我必须使用Jmeter记录电信应用程序示例,Jmeter只适用于VPN 我很难在Https脚本记录器和浏览器配置中进行全局设置 我试着用下面的设置在我的本地机器上录制Web Tour应用程序,我做到了 首先,运行JMeter的机器需要连接到VPN。如果JMeter无法访问正在录制的应用程序,那么所有其他步骤都没有意义 第二:您需要将*.example.com放入so的“HTTPS域”字段中: 将127.0.0.1值替换为*.example.com 停止HTTP(S)测试脚本记录器 从JMeter

我必须使用Jmeter记录电信应用程序示例,Jmeter只适用于VPN

我很难在Https脚本记录器和浏览器配置中进行全局设置

我试着用下面的设置在我的本地机器上录制Web Tour应用程序,我做到了


首先,运行JMeter的机器需要连接到VPN。如果JMeter无法访问正在录制的应用程序,那么所有其他步骤都没有意义

第二:您需要将
*.example.com
放入so的“HTTPS域”字段中:

  • 127.0.0.1
    值替换为
    *.example.com
  • 停止HTTP(S)测试脚本记录器
  • 从JMeter的“bin”文件夹中删除
    ApacheJMeterTemporaryRootCA.crt
  • 启动HTTP(S)测试脚本记录器
  • 将新的
    ApacheJMeterTemporaryRootCA.crt
    文件安装到浏览器中
  • 录音现在应该可以了

    参考资料:


    我无法发布上面的浏览器设置详细信息。地址:localhost和端口:8080(在LAN设置中)