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/</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.
_______________________________________________
MediaWiki-l mailing list
To unsubscribe, go to:
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to