我试图使用Poltergeist驱动程序运行一个简单的无头浏览器测试。当我尝试连接到网页时,收到以下消息:
An existing connection was forcibly closed by the remote host. (Errno::ECONNRESET)
我已尝试将phantomjs_options: ['--ignore-ssl-errors=yes']
行添加到我的环境文件中,但它仍然无法连接。
那里会有其他解决方案吗?
我使用Poltergeist 1.5.1和phantomjs 1.8.1。 Capybara 2.2.1。
这可能是兼容性问题吗?
任何帮助都会很棒