【问题标题】:--ignore-ssl-errors=true option not working for casperjs test in x86_64 GNU/Linux--ignore-ssl-errors=true 选项不适用于 x86_64 GNU/Linux 中的 casperjs 测试
【发布时间】:2014-04-02 12:07:06
【问题描述】:

--ignore-ssl-errors=true 选项不适用于 x86_64 GNU/Linux 中的 casperjs 测试

在 Windows 中工作的相同测试 ID。

我使用的是 phantom js 1.9.7

谁能帮我解决这个问题?

【问题讨论】:

    标签: phantomjs casperjs


    【解决方案1】:

    您可以尝试使用特定的 ssl 版本 = TLSv1

    casperjs --ssl-protocol=TLSv1 --ignore-ssl-errors=true my.js
    

    【讨论】:

      猜你喜欢
      • 2013-12-13
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-02-23
      • 1970-01-01
      • 2012-11-27
      • 2012-08-31
      相关资源
      最近更新 更多