https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40680
--- Comment #4 from David Cook <[email protected]> --- (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 -- 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/
