Dear Teammates,
I can successfully use the Extension:RSS on this feed: <rss>http://blog.wikimedia.org/feed/</rsshttp://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</rsshttps://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
Extension: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.
I think you have to configure your openssl instance for this. http://stackoverflow.com/a/12180757 http://gagravarr.org/writing/openssl-certs/others.shtml#selfsigned-openssl
Dear Teammates,
I can do http feeds, but not https feeds.................any info how to get around the error below, the certificate isn't self-signed or expired....................even though the error claims it is self-signed.
I can successfully use the Extension:RSS on this feed: <rss>http://blog.wikimedia.org/feed/</rsshttp://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</rsshttps://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.
"Rowe, Dolores A" dolores.a.rowe@boeing.com writes:
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.
What do you get when you use curl to fetch the feed on the command line?
mediawiki-l@lists.wikimedia.org