Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Valid RSS throws error #16

Closed
stndrf opened this issue Apr 7, 2016 · 3 comments
Closed

Valid RSS throws error #16

stndrf opened this issue Apr 7, 2016 · 3 comments
Assignees

Comments

@stndrf
Copy link

stndrf commented Apr 7, 2016

I try to add https://www.exploit-db.com/rss.xml which is according to Feed Validator a valid RSS Feed, but when i try do load it with feed2js i get this error:

HTTPS case
Feed URL missing, incomplete, or not valid. Must start with http:// and be a valid URL

HTTP case

Error: Feed failed! Causes may be (1) No data found for RSS feed http://www.exploit-db.com/rss.xml; (2) There are no items are available for this feed; (3) The RSS feed does not validate.

Please verify that the URL http://www.exploit-db.com/rss.xml works first in your browser and that the feed passes a validator test.
@cogdog
Copy link
Owner

cogdog commented Apr 7, 2016

Sorry about that. The site runs on an RSS parser library that might be 15 years old. I ran it through the debugger and the error it throws is

Warning: MagpieRSS: Failed to fetch http://www.exploit-db.com/rss.xml (HTTP Error: Bad curl (/usr/bin/curl), can't fetch HTTPS)

That might be a server issue for @bateller to verify.

@bateller bateller self-assigned this Apr 27, 2017
@bateller
Copy link
Collaborator

It seems as though https://www.exploit-db.com/rss.xml is only served through a secure connection (http redirects to https).

And for whatever reason Feed2JS only supports http (un-secure) protocol.

This is obviously a problem.

I will look at getting this fixed and pushing an update ASAP.

@bateller
Copy link
Collaborator

Related to #18

Pulling in fix now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants