Hello!
I have the next problem:
When i try to update items of one feed, the items aren't updated and appear the next error message:
The feed from Artículos TTMed-SIDA seems to be broken, because of error "-110 Connection timed out".
1. firstly I couldnt access to rss by firefox, so i tell my admin and he solved me this issue: I configured my Suse to connect trought a proxy in the port 8081, now firefox shows me the rss via URL. But the Items still don't update.
2. So i cant update the rss although i have access by firefox, i dont know if someone has suffered the same problem.
I think one possibility is that Drupal when executes the instruction drupal_http_request uses by default the port 80. as my proxy is in the port 8081 drupal cant execute the request in port 80.
I need help Drupalers!!!!
thank you!
Comments
_
Please don't post duplicate threads. As this topic has nothing to do with module development, I've deleted the dupe in that forum. Thanks.
Sorry it won't happen again
Sorry it won't happen again
_
No worries ;-)
Also, regarding your issue, it looks like you might be able to add the port to the uri: http://api.drupal.org/api/function/drupal_http_request.
Could you give me a example?
Could you give me a example? I dont understand how to add the port, becauase the port 8081 is the port where the proxy is listening i think.
thanks!
_
Actually, it doesn't work that way. See #7881: Add support to drupal_http_request() for proxy servers (http not https) for a patch on this long-standing issue. :-(