RSS does not validate

I’m using latest git release on a Synology.

I can’t access my feed anymore (even using tt-rss app on my cellphone), it may be releated to PHP update on my synology.

I tried to validate the feed on Tiny Tiny RSS - Feed tester, which fails and don’t provide any feedback error. Just got this:

(User-Agent: Tiny Tiny RSS/21.06-9669bb94d (http://tt-rss.org/))
Fetching URL
Operation failed. Diagnostic output below.
Fetch error:  []
Effective URL:  (IP: )
Used curl: NO
Content type: 

If using W3 Feed Validation Service, I get plenty of feed error, such as “Not a valid MIME type”, “name should not be blank”, etc.

How can I resolve this issue?

Using php 7.4.9

blank URL likely means URL validation failure, there’s a separate test page for that.

https://tt-rss.org/myfeedsucks/urlvalidator.php

you haven’t provided your feed url so I can’t help you any further.

Hi Fox,

Thanks for your response.

I tried your validator, which returns my url as basic result, and no text as extended result.

I’m gonna send you the link by private message, I don’t want to share the URL of my synology on an open forum.

Thanks in advance!

I actually have no idea how to send you a pm…

Could you share your email address?

I’ve updated your account to allow private messaging; you should be able to PM fox now. (Click his username above, select Message.)

Thanks, I’ve been able to message him!

the problem with the URL is the usual i.e. a non-standard port. there’s plenty of threads here which discussed this so i’m going to refer you to search.

https://community.tt-rss.org/search?q=url%20validation

After futher investigation and looking at a specific post in your link, I found the issue: the SSL certificate.

I have no idea how my synology handle it (or even how apache uses it), but I now make the calls to an http URL instead of https. I also edited tt-rss to use http and no https.

Due to an automatic http to https synology redirection, I can’t use tt-rss web version anymore. But the feed is properly working, I can even use tt-rss android app.

I don’t fully undertand why the feed works and not the web, but it works.

Thanks for your help and for making such a great tool I’ve been using for a many years now.