Forums | Mahara Community
Support
/
Adding a RSS Feed
28 March 2011, 17:25
Hi there,
I am trying to add a RSS feed to a view and am getting an error message unable to connect to host. I have tried several feeds which should work. Any ideas? Does something in the background need to be changed?
Many thanks,
Heidi Humphrey
28 March 2011, 19:30
It's quite common (for security reasons) for servers to prevent the web server user from being able to initiate connections to other servers. I suspect this might be what is happening on your install.
Cheers,
Francois
28 March 2011, 21:49
Hi Francois,
We have tried turning off the firewall and we are still unable to connect to host. Is there something specific we need to look at changing in the system?
Many thanks,
Heidi Humphrey
28 March 2011, 23:01
Hi Heidi,
Is it possible that you are forced to use a web proxy to fetch remote URLs?
One thing you could try on your server is to ssh into the server and try fetching the RSS feed using wget:
wget http://example.com/feed.rss
If that doesn't work, then your problem is definitely outside of Mahara.
Cheers,
Francois