zoukankan      html  css  js  c++  java
  • Loadrunner执行https报错Action.c(7): Error -27778: SSL protocol error when attempting to connect with hos

    一、问题说明

    Loadrunner回放包含https的请求时,报一下错误:

    Action.c(7): Error -27778: SSL protocol error when attempting to connect with host "blog.csdn.net"

    二、发生原因

    Loadrunner默认发送是通过sockets(将http转换为sockets)发送的,而sockets默认SSL的版本为SSL2和SSL3。HTTPS协议录制的脚本以SSL3版本回放时使sockets端口连接失败,会被服务器拒绝连接。

    三、解决方案


    1、run-time settings -->preferences-->advanced-->WININET replay instead of Sockets,勾选保存设置后,再次运行就不会报错了(设置之后使用winlnet的引擎回放脚本,但此方法仅适用于windows)

  • 相关阅读:
    【20170923】2017暑假北京学习 day 3
    Leetcode 39
    事无巨细 | 访问一个网站的过程
    Leetcode 77
    排序 | 快速排序
    排序 | 堆排序
    Leetcode 60
    Leetcode 51
    海量数据处理的解法
    Leetcode 99
  • 原文地址:https://www.cnblogs.com/andy0816/p/13707326.html
Copyright © 2011-2022 走看看