fogleman / FeedNotifier

Feed Notifier is a Windows application that resides in the system tray and displays pop-up notifications on your desktop when new items arrive in your subscribed RSS or Atom feeds
http://www.feednotifier.com/
BSD 3-Clause "New" or "Revised" License
164 stars 49 forks source link

FeedNotifier cannot connect to servers not supporting TLS 1.0 #99

Open AndreKR opened 6 years ago

AndreKR commented 6 years ago

If I try to connect to a server that does not support TLS 1.0, I get the error message:

The URL entered does not appear to be a valid RSS/Atom feed.

This is probably also the cause in these issues:

98 - https://www.ssllabs.com/ssltest/analyze.html?d=www.upwork.com - only TLS 1.2 enabled

93 - https://www.ssllabs.com/ssltest/analyze.html?d=xkcd.com - only TLS 1.2 enabled

Local9 commented 6 years ago

Now this is something I did not check and can confirm I have the same issue.

Catzilla commented 6 years ago

I have the same issue with this feed: https://bartervg.com/u/1e58/o/rss/ Without HTTPS this feed works fine. According to SSL Labs, only TLS 1.2 and 1.3 are enabled.

AndreKR commented 4 years ago

This patched version works: https://github.com/fogleman/FeedNotifier/issues/98#issuecomment-491711595