参考:

http://jmeter.apache.org/usermanual/component_reference.html#HTTP(S)_Test_Script_Recorder

User manual: http://jmeter.apache.org/usermanual/index.html#intro

1.Installing the certificate in Firefox

Choose the following options:
1.Tools / Options
2.Advanced / Certificates
3.View Certificates
4.Authorities
5.Import ...
6.Browse to the JMeter launch directory, and click on the file ApacheJMeterTemporaryRootCA.crt, press Open
7.Click View and check that the certificate details agree with the ones displayed by the JMeter Test Script Recorder
8.If OK, select "Trust this CA to identify web sites", and press OK
9.Close dialogs by pressing OK as necessary

2.Installing the certificate in Chrome or Internet Explorer

Both Chrome and Internet Explorer use the same trust store for certificates.

Browse to the JMeter launch directory, and click on the file ApacheJMeterTemporaryRootCA.crt, and open it
Click on the "Details" tab and check that the certificate details agree with the ones displayed by the JMeter Test Script Recorder
If OK, go back to the "General" tab, and click on "Install Certificate ..." and follow the Wizard prompts

3.Installing the certificate in Opera

Tools / Preferences / Advanced / Security
Manage Certificates...
Select "Intermediate" tab, click "Import..."
Browse to the JMeter launch directory, and click on the file ApacheJMeterTemporaryRootCA.usr, and open it

最新文章

  1. Python 基礎 - 字符轉編碼操作
  2. easyui tree onloadsuccess事件的心得
  3. 69 su -用户和工作组管理
  4. spring 集成 Hibernate4.3.X org.hibernate.service.jta.platform.spi.JtaPlatform异常
  5. Java实验四 TCP客户端和服务器的应用
  6. lvM增减教程-转
  7. CentOS6.x 64位下mysql5.5.25安装图解教程
  8. Nodejs随笔(三):全局对象之process
  9. 走进Groovy (一)
  10. 利用jquery对ajax操作,详解原理(附代码)
  11. html块级元素和内联元素区别详解
  12. node c++多线程插件 第二天 c++指针
  13. u-boot核心初始化
  14. no module named 'win32api'问题
  15. Mybatis中tinyint(1)数据自动转化为boolean处理
  16. python 基础数据类型 之 列表
  17. DOS cmd - how to ping a remote host with specified port
  18. JQuery的筛选方法
  19. Activity 四种launchMode
  20. hdu3544找规律

热门文章

  1. Scala的常用小技巧
  2. C++虚函数的工作原理
  3. bat 搜索进程名并kill
  4. 数据结构之堆栈C++版
  5. JVM系列(2)- jmap+mat实战内存溢出
  6. Draw.io
  7. Opengl_入门学习分享和记录_01_Graphics Pipeline(图形渲染管线)
  8. 深入理解ES6之——代理和反射(proxy)
  9. .net core + mvc 手撸一个代码生成器
  10. (二十八)c#Winform自定义控件-文本框(一)