xwmario / rutorrent

Automatically exported from code.google.com/p/rutorrent
0 stars 0 forks source link

RSS feeds error #732

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. installation of rutorrent 3.4 and rss plugin 3.4
2. try to read an RSS feed using HTTPS

What is the expected output? What do you see instead?

The expected output should be the RSS feed created.
Instead I see "error in loading the feed".

What environment are you using?
1. My ruTorrent version is 3.4
2. My rTorrent version is 0.8.9
3. I use web-server lighttpd.
4. I use browser firefox.

Are some errors present in the web-server log?
No.

Are some errors present in the browser error console?
error in loading the feed.

Please provide any additional information below.

I tried to debug the problem myself and it seems that Snoopy.class.inc is the 
problem on line 797 when using curl which returns an error 35.

Original issue reported on code.google.com by maxime.g...@ingesup.com on 12 May 2012 at 2:03

GoogleCodeExporter commented 8 years ago
1) This mean - target site has an invalid certificate.
2) Really, this error can't be occured, because curl is launched with "-k" key, 
in insecure mode.
3) Feed example?

Original comment by novik65 on 12 May 2012 at 2:33

GoogleCodeExporter commented 8 years ago
1) the site has a good certificate.
2) Indeed the k option mean self signed. I launch curl with the same option as 
in Snoopy and it works well.

I'm not sure if the exec works...maybe the result 35 don't have anything with 
curl 35 return code ?

Original comment by maxime.g...@ingesup.com on 12 May 2012 at 2:39

Attachments:

GoogleCodeExporter commented 8 years ago
I add https://gks.gs/feeds/ to my ruTorrent. All works correctly, feed was 
loaded. Try to upgrade your curl. Check traceroute from your server to gks.gs.

Original comment by novik65 on 13 May 2012 at 6:47

GoogleCodeExporter commented 8 years ago
Hello,

feeds on gks works fine!
Take here https://gks.gs/rss/rss/ direct download link ;)

Original comment by mokoy...@gmail.com on 14 May 2012 at 5:54

GoogleCodeExporter commented 8 years ago
I currently have curl version 7.19, i will try to update my curl. Which version 
of curl do you have all ?

Original comment by maxime.g...@ingesup.com on 14 May 2012 at 12:46

GoogleCodeExporter commented 8 years ago
I upgrade my version of curl 7.19 to 7.21 and it works ! thanks guys !

Original comment by maxime.g...@ingesup.com on 14 May 2012 at 8:48

GoogleCodeExporter commented 8 years ago

Original comment by novik65 on 15 May 2012 at 8:03