Dear Teammates, I can successfully use the Extension:RSS on this feed: <rss>http://blog.wikimedia.org/feed/</rss<http://blog.wikimedia.org/feed/%3c/rss>> with these settings: require_once "$IP/extensions/RSS/RSS.php"; $wgRSSUrlWhitelist = array( "*" ); /* see documentation for security issues */ $wgRSSUrlNumberOfAllowedRedirects = 1; $wgRSSAllowLinkTag = true; $wgAllowImageTag = true;
However when introducing a feed like this: <rss max=4 highlight="IS&T inSite group">https://myserver.com/culture/bookmarksFeed.do?groupId=94836</rss<https://myserver.com/culture/bookmarksFeed.do?groupId=94836%3c/rss>>, I receive the error: Failed to load RSS feed from https://myserver.com/culture/sfeed/bookmarksFeed.do?groupId=94836: Error fetching URL: SSL certificate problem: self signed certificate in certificate chain. So "https", and also signed by our Company's own CA..................any ideas on the correct settings to use to allow this to work ? I verified that there were no expired certificates in the chain, at least. thx, Lori _______________________________________________ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
