Bug 2775

Summary: Can't suscribe to https://linuxfr.org/news.atom.
Product: Claws Mail (Windows) Reporter: daeramir
Component: defaultAssignee: users
Status: RESOLVED FIXED    
Severity: normal CC: huppaker
Priority: P3    
Version: 3.8.0   
Hardware: PC   
OS: Windows NT   

Description daeramir 2012-11-10 14:03:29 UTC
I can't suscribe to https://linuxfr.org/news.atom, Claws-Mail says me, in Network Traces : "Unsupported protocol". But with the GNU/Linux version, there is no problem, and the flux passes the w3c validation.
Comment 1 Andrej Kacian 2012-11-10 17:09:59 UTC
Unfortunately, version of libcurl (the library used by RSSyl to download feeds) in Windows port doesn't support HTTPS. Try the feed URL with just http://
Comment 2 Colin Leroy 2012-11-10 19:33:15 UTC
I'll try to make that work soon, i think libcurl handles gnutls so it should be ok.
Comment 3 daeramir 2012-11-11 11:43:47 UTC
Thank you for your answers.

I've tried to use the http version ( http://linuxfr.org/news.atom ) , but I've an other error message : "Malformed feed".
Comment 4 Andrej Kacian 2012-11-11 13:08:10 UTC
Not sure what's wrong there, as the feed works just fine over here, on latest RSSyl version. Of course, I am not running on Windows, so there's that.
Comment 5 Colin Leroy 2012-11-15 10:49:44 UTC
Two things are wrong
a) missing ssl support in Curl
b) the feed's title contains characters forbidden in Windows folder names

a) is fixed in the next Claws win32 package (3.9.0) to be uploaded real soon
b) is fixed in RSSyl 0.34cvs1

Closing :)
Comment 6 Colin Leroy 2012-11-15 10:58:18 UTC
*** Bug 2142 has been marked as a duplicate of this bug. ***
Comment 7 daeramir 2012-11-18 14:15:30 UTC
Thank you very much for your work :D