现代浏览器支持连接到安全/ spdy代理,可以在PAC文件中配置:
return PROXY proxy.example.com:8001
表示http代理或
return HTTPS secure-proxy.example.com:8001
用于安全代理。
服务器已成功连接到Firefox和Chrome。
现在我正试图找到一种方法用PHP连接到这个代理但到目前为止没有运气,我想知道它是否可能,以及如何。 AFAIK,cURL似乎是不可能的:How to connect to a secure (https) proxy with curl and php?
由于