Tinyproxy和https请求

时间:2016-12-07 21:13:11

标签: php ubuntu curl proxy

我正在使用代理抓取网站。我的代理服务器是带有tinyproxy的Ubuntu 14.04。 使用phantomjs我使用相同的代理没有问题,但是经常卷曲我无法建立连接。我检查了tinyproxy日志,发现:

CONNECT   Dec 07 23:47:43 [1139]: Connect (file descriptor 6): ec2-xx-xxx-xxx-xxx.eu-west-1.compute.amazonaws.com [xx.xxx.xx.xxx]
CONNECT   Dec 07 23:47:43 [1139]: Request (file descriptor 6): CONNECT www.xxxxxxxx.com:443 HTTP/1.1
INFO      Dec 07 23:47:43 [1139]: No upstream proxy for www.xxxxxxxx.com
ERROR     Dec 07 23:49:50 [1139]: opensock: Could not establish a connection to www.xxxxxxxx.com
ERROR     Dec 07 23:49:50 [1139]: Error reading readble client_fd 6
WARNING   Dec 07 23:49:50 [1139]: Could not retrieve request entity

关于如何将phantomjs连接到同一网站的任何想法?
如何使用tinyproxy和https连接?
鱿鱼的方式是代理+ https吗?

1 个答案:

答案 0 :(得分:0)

啊,我通过删除ConnectPort 行允许/etc/tinyproxy.conf中的所有端口找到了解决方法。起初我尝试过允许使用443 80和其他所需的端口,但它并没有这样做。