jmeter(六)——jmeter进行https协议的测试
如何用jmeter进行https协议的测试呢?
步骤如下:
1. 导出证书
拖动这个到你需要的文件夹中即可,导出证书。
2. 把导出的证书转换为.store格式的文件,并输入密码添加信任
keytool -import -alias "baidu.store" -file "baidu.com.cer" -keystore baidu.store
3. 在jmeter中添加http请求
4. 在SSL管理器中添加证书
5. 运行