https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30332
--- Comment #6 from Thomas Klausner <[email protected]> --- > I would not recommend doing so. You'd better concentrate on running Koha in > a container and put a (standard) nginx container or so before it as reverse > proxy handling https. > By the way, you should be able to handle the same thing in Apache too > without touching Zoom C code. Catch the https request, proxy it to the local > http port where Zebra listens, etc. While I prefer nginx, Koha comes with Apache, and adding another webserver seems a bit like overkill. And the problem is not related to Zebra or local code, but that some SRU servers only provide https access. And Koha cannot talk to those servers. It's not *incoming* https that's the problem! And finally, this solution would make it impossible for people with only access to the web interface to add SRU services (because the proxy config would have to be set in nginx/apache config files) Again, the proper solution would be to fix Koha to be able to use https SRU services. Currently this fails horrible, not even reporting any errors back, just "no hits". -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
