I have an odd situation. I changed the feed url and it started to time out. I put an example below. My wordpress site is at https://www.femac.info. I am using curl to sychronize a remote rss feed and serve it back out over ssl. Both example feeds are accessible when requested directly in the address bar, and it gives me the exact same xml file. So both feeds should work the same way. Right?
This feed url works: http://www.hstoday.us/index.php?id=537&type=100&tx_ttnews%5Bcat%5D=7&cHash=bad4b87518ace86354f10b8050de7ed6
This feed url does not: https://www.femac.info/insecure_content_cache/www.hstoday.us_index.rss
When using the femac.info feed, I get this error “RSS Error: WP HTTP Error: connect() timed out!”. I have tried removing ssl but I get the same results. Also, it slows page load way down and if more than 1 bad feed url is in the widget (separated by commas) then the whole page times out and refuses to load.
Any thoughts would be appreciated. Thx