[Koha-bugs] [Bug 12172] New: Remote XSLT style sheets fail to fetch under https under recent LWP::Simple

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 1 19:15:08 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12172

            Bug ID: 12172
           Summary: Remote XSLT style sheets fail to fetch under https
                    under recent LWP::Simple
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: gmcharlt at gmail.com
          Reporter: martin.renvoize at ptfs-europe.com
        QA Contact: testopia at bugs.koha-community.org

Recent versions of LWP::Simple enable 'verify_hostname' by default.

This breaks https get requests in a nasty way such that any page relying upon
the stylesheet results in a nasty perl error.

We should be using LWP::UserAgent and setting this ignorance explicitly, or
even better, setting a 'Certificate Authority' path to enable proper hostname
verification.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list