| Summary | Feed block behind proxy |
| Queue | Horde Framework Packages |
| Queue Version | HEAD |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | chuck (at) horde (dot) org |
| Requester | rsalmon (at) mbpgroup (dot) com |
| Created | 09/05/2008 (6290 days ago) |
| Due | |
| Updated | 09/08/2008 (6287 days ago) |
| Assigned | 09/06/2008 (6289 days ago) |
| Resolved | 09/08/2008 (6287 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Resolved
http://cvs.horde.org/diff.php/horde/lib/Block/feed/reader.php?r1=1.3&r2=1.4&ty=u
Horde_Http_Client as well:
http://lists.horde.org/archives/cvs/Week-of-Mon-20080901/082910.html
authentification to get through our proxy.
Horde_Http_Client as well:
http://lists.horde.org/archives/cvs/Week-of-Mon-20080901/082910.html
you need to change the root of the global proxy conf :
$GLOBALS['conf']['http'] -> $GLOBALS['conf']['http']['proxy']
eg :
$GLOBALS['conf']['http']['proxy']['proxy_host']
Thanks.
State ⇒ Feedback
as well:
http://lists.horde.org/archives/cvs/Week-of-Mon-20080901/082910.html
http://cvs.horde.org/diff.php/horde/lib/Block/feed/reader.php?r1=1.2&r2=1.3&ty=u
State ⇒ Assigned
Milestone ⇒
State ⇒ Unconfirmed
Patch ⇒ No
Queue ⇒ Horde Framework Packages
Summary ⇒ Feed block behind proxy
Type ⇒ Bug
Priority ⇒ 1. Low
firewall/proxy : Error reading feed: Problem with
http://travaux.ovh.net/rss.php: fopen(http://travaux.ovh.net/rss.php)
[function.fopen]: failed to open stream
we use squid as our proxy.
HTTP Proxy settings are set in horde's conf.php
I can see from our firewall http request from horde, but horde isn't
using proxy settings.
Feed seams to be using class Http_Client which isn't proxy aware (I think).