1. 程式人生 > >lr使用linux Generator測試https莫名報 SSL protocol error when attempting to connect with host

lr使用linux Generator測試https莫名報 SSL protocol error when attempting to connect with host

err clas spa 1.2 ssl配置 命令 replay 一個 perf

  接收一個性能測試任務,各種原因需要使用linux agent產生壓力。詭異的事發生了,同樣腳本windows回放成功,使用linux agent報如下錯誤,腳本回放失敗。

Action.c(33): Error -27778: SSL protocol error when attempting to connect with host "xxx.xxx.xxx" 

  各種查找原因:

  方法1:lr設置如下,無效因為只在windows生效linux根本不起作用

runtime setting -> Internet protocol->perference 選中 WinINet replay instead of sockets

  方法2:在腳本添加如下內容,無效因為此命令只是告訴lr使用ssl版本

web_set_sockets_option("SSL_VERSION","TLS");

  方法3:根據錯誤提示修改各種ssl版本,F1後根據文檔修改“The SSL version preferences 2, 3, 2 and 3, TLS.”,依然無效

  方法4:懷疑 nginx ssl配置問題,亂加了一通依然無效

ssl_protocols TLSv1 TLSv1.1 TLSv1.2;

  一通亂搞已經半天過了去,沒辦法只能放棄直接壓力80。

  

lr使用linux Generator測試https莫名報 SSL protocol error when attempting to connect with host