FreeGameDev / planet-config

RSS and Atom feeds configuration for the two FreeGameDev Planets
http://planet.freegamedev.net/
1 stars 1 forks source link

Current planet instance can't parse HTTPS feeds #1

Open akien-mga opened 8 years ago

akien-mga commented 8 years ago

It returns an error 500:

ERROR:planet:Error 500 while updating feed <https://blog.easyrpg.org/feed/>
ERROR:planet:Error 500 while updating feed <https://godotengine.org/rss.xml>
ERROR:planet:Error 500 while updating feed <https://springrts.com/phpbb/feed.php?mode=news>
ERROR:planet:Error 500 while updating feed <https://urho3d.github.io/atom.xml>

A workaround is to use http:// for the feeds that support it, but the ones listed above for example enforce a redirection to https://, so it doesn't work.

akien-mga commented 8 years ago

I found that it's a known upstream issue, but upstream is inactive.

However, the python.org fork of planet seems to parse those HTTPS feeds just fine: https://github.com/python/planet/tree/master/code

DrMcCoy commented 7 years ago

As someone with a feed that's affected (xoreos, and yes, I don't do plain HTTP), I'd be very much interested in seeing this fixed. :)