GNOME Bugzilla – Bug 349504
Podcast plugin won't play streams with a certificate
Last modified: 2006-10-27 00:02:35 UTC
Please describe the problem: When you try to load a URL that contains a certificate it acts like it loads but the title doesn't change and no episodes get loaded. Steps to reproduce: 1. Open Banshee 2. Subscribe to a new podcast stream 3. Enter the URL of one that uses a certificate Actual results: It looks like it tries to load the stream. No errors. But the title stays as the URL and no episodes load. Expected results: Change the title and episodes to load. Does this happen every time? Yep. Other information: I have a patch that I will attach below.
Created attachment 70008 [details] [review] Adding a certificate policy override to ignore untrusted certificates This simply adds a policy to ignore the un-trusted certificate. It loads and downloads the files just fine. Maybe we shouldn't just blindly trust all certificates?
Created attachment 70009 [details] Certificate policy .cs for use with the previous patch This is the extra file that is needed with the previous patch. Is there a better way to combine these two together on this bugzilla? Maybe this is the way to go. :)
Please create a single patch inlcuding the changes to the existing source and the new certificate policy file, so it can all be reviewed and given proper status: svn diff > podcast-certificate.diff diff -u /dev/null CertificatePolicy.cs >> podcast-certificate.diff
Also please include a ChangeLog entry.
Created attachment 70033 [details] [review] Combined diff of the previous two files including a ChangeLog entry Thanks for the details on how to combine the files. I also added the ChangeLog like you requested.
reopening.
Fixed as of SVN rev 274.