https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33563
David Cook <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |When using authentication release notes| |with | |Elasticsearch/Opensearch, | |you must use HTTPS. This | |change adds some comments | |in koha-conf.xml to show | |how to do configure Koha to | |use authentication and | |HTTPS for ES/OS. --- Comment #5 from David Cook <[email protected]> --- I helped out Magnus on Mattermost with setting this up for Opensearch, so I thought it was timely to just write a patch and get it in. Note that the comment asserts that if you're using authentication then you will need to use HTTPS. That's really the key part. -- Opensearch comes with self-signed certs out of the box, so it's very easy to use HTTPS with it. With Elasticsearch, you have to set up your own self-signed certs, but I think that's outside the scope of this bug. You can consult Elasticsearch's documentation for setting up the server-side for HTTPS. -- You are receiving this mail because: 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/
