https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30332
--- Comment #5 from Marcel de Rooy <[email protected]> --- (In reply to Thomas Klausner from comment #4) > 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.. Yes, this sounds awkward. > 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). 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. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
