|
LR11 HTTPS回放的时候报错如下
Action.c(27): Error -27492: "HttpSendRequest" failed, Windows error code=12002 and retry limit (0) exceeded for URL="https://xxx.yyy.zzz/api" [MsgId: MERR-27492]
Action.c(27): web_custom_request("api") highest severity level was "ERROR", 0 body bytes, 0 header bytes [MsgId: MMSG-26388]
把run-time-setting->preference->Advanced->Winlnet replay instead of Sockets(Windows only)取消勾选就会报错如下
Action.c(17): Error -27780: [GENERAL_MSG_CAT_SSL_ERROR]connect to host "xxx.yyy.zzz" failed: [10054] Connection reset by peer [MsgId: MERR-27780]
Action.c(17): Warning -26000: Empty or no response for URL="xxx.yyy.zzz/" [MsgId: MWAR-26000]
Action.c(17): web_custom_request("xxx.yyy.zzz") highest severity level was "ERROR", 0 body bytes, 0 header bytes [MsgId: MMSG-26388]
查了资料说报错Error -27492 只要把HTTP-requsest connect timeout 设置成999就可以,但是设置以后还是一样报错,哪位大神能指点一下我现在该怎么做 |
|