https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16615
M. Tompsett <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51912|0 |1 is obsolete| | --- Comment #2 from M. Tompsett <[email protected]> --- Created attachment 54440 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=54440&action=edit Bug 16615: Open Library API fails for full-site-SSL When running Koha in a full-site-SSL configuration accessing external resouces like Open Library cover images via HTTP doesn't work (mixed SSL/non-SSL content). It thus breaks a core feature of Koha. Referencing such resources always via HTTPS resolves the problem and also enhances privacy as a side-effect. Previous tickets took care of Amazon resources. This ticket is supposed to address the remaining external resource providers, starting with Open Library. TEST PLAN --------- 1) Over https access your OPAC with the Enhanced Content system preferences 'OpenLibraryCovers' set to 'Add', and 'OpenLibrarySearch' set to 'Show'. 2) Search for something (e.g. Mo Willems) -- Your browser console log will show messages about mixed content. 3) Apply the patch 4) Making sure to reload the java script, attempt steps 1 & 2 again. -- no mixed content messages should be given 5) run koha qa test tools -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
