After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 349504 - Podcast plugin won't play streams with a certificate
Podcast plugin won't play streams with a certificate
Status: RESOLVED FIXED
Product: banshee
Classification: Other
Component: Other Extensions
git master
Other All
: Normal normal
: 2.x
Assigned To: Mike Urbanski
Banshee Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-08-01 03:05 UTC by Nathan Palmer
Modified: 2006-10-27 00:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Adding a certificate policy override to ignore untrusted certificates (2.49 KB, patch)
2006-08-01 03:08 UTC, Nathan Palmer
none Details | Review
Certificate policy .cs for use with the previous patch (458 bytes, text/x-csharp)
2006-08-01 03:09 UTC, Nathan Palmer
  Details
Combined diff of the previous two files including a ChangeLog entry (3.84 KB, patch)
2006-08-01 15:52 UTC, Nathan Palmer
none Details | Review

Description Nathan Palmer 2006-08-01 03:05:40 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.
Comment 1 Nathan Palmer 2006-08-01 03:08:09 UTC
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?
Comment 2 Nathan Palmer 2006-08-01 03:09:35 UTC
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. :)
Comment 3 Aaron Bockover 2006-08-01 15:32:10 UTC
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
Comment 4 Aaron Bockover 2006-08-01 15:32:38 UTC
Also please include a ChangeLog entry.
Comment 5 Nathan Palmer 2006-08-01 15:52:34 UTC
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.
Comment 6 André Klapper 2006-10-26 14:11:25 UTC
reopening.
Comment 7 Mike Urbanski 2006-10-27 00:02:35 UTC
Fixed as of SVN rev 274.