Loadrunner脚本录制HTTPs协议请求
时间:2018-12-24 02:11:56
收藏:0
阅读:719
一:使用函数
web_set_sockets_option("SSL_VERSION","TLS");——TLS协议
web_set_sockets_option("SSL_CIPHER_LIST", "EXP1024-DHE-DSS-RC4-SHA");——指定客户端请求算法
二:vuser->run_time settings->internet protocal->preferences->勾选上wininet replay instead of sockeds(windows only)

原文:https://www.cnblogs.com/qiaoli0726/p/10166472.html
评论(0)