https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40680 Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen@gmail.com --- Comment #121 from Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> --- (In reply to David Cook from comment #4)
(In reply to Victor Grousset/tuxayo from comment #0)
== Test plan == 1. Start a Debian 13 Koha: KOHA_IMAGE=main-trixie ktd up
So I used the "ku" alias instead of "bin/ktd". I had to set the KOHA_IMAGE in my .env file.
Then I kept getting this error at startup: koha-1 | Running [koha-mysql kohadev -e 'UPDATE systempreferences SET value="1" WHERE variable="RESTBasicAuth"']... koha-1 | ERROR 2026 (HY000): TLS/SSL error: SSL is required, but the server does not support it koha-1 exited with code 1
So on my next try while the container was starting up, I got onto the container and did the following to turn off SSL for the client:
vi /etc/mysql/my.cnf ssl=off
Please look at bug 41099. I think keeping the current behavior is the way to go. I already patched KTD (adding the my.cnf line) so we start testing Debian 13 and Ubuntu 25.04 as people are already trying Koha there. -- You are receiving this mail because: You are watching all bug changes.