确保将浏览器设置为接受JMeter代理证书

时间:2017-08-16 07:26:01

标签: jmeter digital-certificate

我已经在生成的firefox中导入了证书。

但仍然在“查看结果树”中收到以下错误,并且firefox中的页面也没有打开:

响应消息:软件导致连接中止:recv失败 确保将浏览器设置为接受JMeter代理证书

我已按照以下步骤操作:

选择以下选项:

Tools / Options
Advanced / Certificates
View Certificates
Authorities
Import …
Browse to the JMeter launch directory, and click on the file ApacheJMeterTemporaryRootCA.crt, press Open
Click View and check that the certificate details agree with the ones displayed by the JMeter Test Script Recorder
If OK, select "Trust this CA to identify web sites", and press OK
Close dialogs by pressing OK as necessary

1 个答案:

答案 0 :(得分:0)

要检查的两件事:

  • 如果您是在6天前添加证书的,请确保在经过一段时间的延迟后可以默认情况下再次添加它,因为它可以通过以下方式进行调整:
  

proxy.cert.validity = 7

  • 另一种可能性是Java版本的JMeter和服务器版本之间存在SSL算法不匹配。这将在java.security中进行调整。