GNOME Bugzilla – Bug 673037
Amazon MP3 Store "This page is blocked because it is probably not the one you are looking for!"
Last modified: 2012-04-03 19:04:23 UTC
Created attachment 210835 [details] Error Message If I use banshee's amazon mp3 integration, and try to buy an mp3 and/or login to amazon I keep getting this message: "This page is blocked because it is probably not the one you are looking for!" I'm using the latest banshee 2.4 on ubuntu 12.04 beta.
Thanks your for your bug report. Since Banshee 2.4, we now validate SSL certificates from https://... websites. This message is displayed when the validation fails. This sound like bug #672537, which seems to be general issue with WebKit and/or libsoup. If you use your browser (firefox or chrome) to go to amazon.com and login, does it show the web page as secure (with a lock icon or something similar) ? The way Banshee does the validation is very similar to what epiphany does, so could you also try this with epiphany ?
It does show as secure in firefox and works fine. It also shows a lock when logging in with epiphany, and works fine there as well.
I think I've figured out what's going on: the behavior of libsoup has changed in version 2.38 (which is shipped in Ubuntu 12.04). We need to set an the newly added SOUP_SESSION_SSL_USE_SYSTEM_CA_FILE property to true so that certificate validation works. I'll try to get a fix committed tomorrow.
*** Bug 673363 has been marked as a duplicate of this bug. ***
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report. Fixed by this commit: http://git.gnome.org/browse/banshee/commit/?id=5e328f168 The fix will be in the 2.4.1 release.