(OpenBuildings / Spiderling)卷曲“会话”抛出异常无法连接到localhost端口4581:连接被拒绝

时间:2018-01-05 04:25:20

标签: php ssl

我正在尝试使用OpenBuildings/Spiderling制作抓取项目。

我想像这样创建一个Phantomjs驱动程序:

$phantomjs_driver = new Driver_Phantomjs();
$page = new Page($phantomjs_driver);
$page->visit($url);

但它引发了一个错误:

  

卷曲“会话”抛出异常无法连接到localhost   端口4581:连接被拒绝

我安装了phantomjs,我尝试运行

phantomjs phantom.js 4581 phantomjs-connection.js --ssl-protocol=any --ignore-ssl-errors=true

在我的cmd上,但它不起作用。

0 个答案:

没有答案