https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41099

--- Comment #17 from Victor Grousset/tuxayo <[email protected]> ---
> I tried that and it didn’t work on some versions.

It likely is related to "TLS/SSL error: SSL is required" only happening on
MariaDB < 11.4.

So the failing versions are 10.11, 10.6, 10.5, 10.3
(I didn't try 10.1, too old. And non LTS versions.)

Like I can't reproduce the issue on 11.4 and 12.0.
And if I add

[client]
ssl = on

or

[client]
ssl = off


`koha-mysql kohadev` will still work.


`mysql --help | grep ssl` confirms the ssl = on/off config is read and default
to ssl = on

What was your approach to get failures with MariaDB >= 11.4? Whether koha-mysql
or the KTD startup.

-- 
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/

Reply via email to