https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41099
--- Comment #13 from Victor Grousset/tuxayo <[email protected]> --- > MariaDB 11.4+ | `ssl-mode=DISABLED` Are you sure it's the only possible option? On version 11.8.3-MariaDB client (in Debian 13) I have ssl = off in my.cnf $ mysql --help | grep ssl [...] --ssl Enable SSL for connection (automatically enabled with (Defaults to on; use --skip-ssl to disable.) [...] ssl FALSE [...] And no ssl-mode=DISABLED in sight, I find that in mysql doc however. Same on version 10.11 from Debian 12 And if I switch to ssl = off in my.cnf, the --help shows TRUE for ssl Does MySQL have an influence here? It's for KTD for the client in the koha container which I think comes from the mariadb-client. Regardless of using mysql for the db container. -- 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/
