I’ve been using WordPress HTTPS (SSL) for a couple of months, and have recently encountered a problem when pulling a feed from WordPress.
I have another site configured to pull an RSS feed over HTTPS to be displayed. After the latest update, there seems to be a “Page Not Found” error. When I turn of the plugin, the feed displays correctly. The feed error message is as below:
<rss xmlns:content=”http://purl.org/rss/1.0/modules/content/” xmlns:wfw=”http://wellformedweb.org/CommentAPI/” xmlns:dc=”http://purl.org/dc/elements/1.1/” xmlns:atom=”http://www.w3.org/2005/Atom” xmlns:sy=”http://purl.org/rss/1.0/modules/syndication/” xmlns:slash=”http://purl.org/rss/1.0/modules/slash/” version=”2.0″>
<channel>
<title>
myBusiness techblog – Singapore SME Business Innovation and Technology News » Page not found
</title>
<atom:link href=”http://mybusinesstechblog.com/feed” rel=”self” type=”application/rss+xml”/>
<link>https://mybusinesstechblog.com</link>
<description>
Business Innovation and Technology news for SMEs in Singapore
</description>
<lastBuildDate>Thu, 26 Jul 2012 02:00:19 +0000</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>http://wordpress.org/?v=3.3.1</generator>
</channel>
</rss>
I desperately need this resolved. Please advise. Thank you.