minutils / feed-on-feeds

Released in 2003, saw the rise and fall of Google Reader, reached perfection in 2011
http://feedonfeeds.com/
GNU General Public License v2.0
14 stars 9 forks source link

cURL is not configured for a server behind a Proxy #47

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install feed-on-feeds in a server behind a proxy
2. Add a feed
3. Update feed(s)

What is the expected output? What do you see instead?
Reading items. cURL Unable to connect.

What version of the product are you using? On what operating system?
feedonfeeds 0.5, Linux Kubuntu Hardy Heron 8.04, Kernel 2.6.24-20. cURL
7.18.0, PHP 5.2.4

Please provide any additional information below.

 I did solve the problem by adding the line 
   curl_setopt($fp, CURLOPT_PROXY, 'yyyyyy.xxx.xxx:8080');
 in the SimplePie_File function of simplepie.inc file.

 I think it could be solved definitely by letting install.php script to do
it or, even better and easier, to add a configuration line in the
fof-config-sample.php script.

Original issue reported on code.google.com by neom...@gmail.com on 19 Aug 2008 at 8:42

Attachments:

GoogleCodeExporter commented 9 years ago
I'd like to work on this issue.

Original comment by erictchiu on 23 Nov 2010 at 9:01

GoogleCodeExporter commented 9 years ago
I did the same to my simplepie.inc file and it worked. Can this be added as a 
admin setting?

Original comment by pitr...@gmail.com on 22 Jun 2012 at 5:12