proxy
Simplepie doesn't have support enabled for connection through a proxy, to add it the following needs to be added into the simpliepie.inc after line 7642
curl_setopt($fp, CURLOPT_PROXY, 'http://proxyhost:proxyport');
Where proxyhost: is the url of the proxy server and proxyport is the port on the proxy to use.
It would be good to add something like:
define(_PROXY_HOST,'http://www.example.com');
define(_PROXY_PORT,'8080');
and instead have this in Simplepie:
if(DEFINED(_PROXY_HOST) && DEFINED(_PROXY_PORT)){
curl_setopt($fp, CURLOPT_PROXY, '_PROXY_HOST:_PROXY_PORT');
}
I know this isn't really a Lilina issue however others may benefit.
curl_setopt($fp, CURLOPT_PROXY, 'http://proxyhost:proxyport');
Where proxyhost: is the url of the proxy server and proxyport is the port on the proxy to use.
It would be good to add something like:
define(_PROXY_HOST,'http://www.example.com');
define(_PROXY_PORT,'8080');
and instead have this in Simplepie:
if(DEFINED(_PROXY_HOST) && DEFINED(_PROXY_PORT)){
curl_setopt($fp, CURLOPT_PROXY, '_PROXY_HOST:_PROXY_PORT');
}
I know this isn't really a Lilina issue however others may benefit.
2
people have this problem
I have this problem, too!
Tell me when someone solves it.
The more people who report this problem, the more it gets noticed.
The more people who report this problem, the more it gets noticed.
The company has acknowledged this problem.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?I'm aware this is a problem, but we'll wait on SimplePie to implement it upstream. I also happen to be a SimplePie developer, so I'll see if I can speed it up, but we're mainly waiting for SP2 before anything really new goes in.
I’m confident
The company says
this solves the problem
Loading Profile...


