[Koha-bugs] [Bug 30332] SRU does not work via https

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 6 15:29:09 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30332

--- Comment #6 from Thomas Klausner <domm at plix.at> ---

> 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.


More information about the Koha-bugs mailing list