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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 5 11:15:22 CEST 2022


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

--- Comment #4 from Thomas Klausner <domm at plix.at> ---
(In reply to Marcel de Rooy from comment #3)

> Not sure what your proxy script does. But if you would use nginx as a
> reverse proxy between internet and Koha, I would not consider that an ugly
> solution. The SSL with its certificates etc is handled in the reverse proxy.
> Koha does not have to deal with that anymore. (We run Koha in a container at
> the same time.)

Hm, yes, using an external server as a proxy would also be a good workaround.
But (at least on one installation we manage) we don't have nginx (only Apache,
which can of course also proxy), but the Apache config is managed by the IT
department, which is far, far away and does not care about the library a lot.
So changes there are rather hard to get..

Anyway, I've since improved the code a bit and put it into a plugin:

https://github.com/HKS3/HKS3-SRU-HTTPS-Proxy

This allows the librarians to add/edit/remove new HTTPS SRU Servers without any
action either our or the IT departments part.

But this is still a hack, a proper solution would be to add HTTPS support to
SRU, but I think this is not possible (or only with some work on the underlying
ZOOM C code).

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


More information about the Koha-bugs mailing list