9 Apr
2026
9 Apr
'26
7:40 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41862 --- Comment #24 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- It's hidden in my lengthy bug description: -- We’ve found a workaround editing Database.pm and adding the mysql_ssl_optional option: if ( $driver eq 'mysql' ) { $attr->{mysql_enable_utf8} = 1; + $attr->{mysql_ssl_optional} = 1; } At the same time enforcing encryption through the database user with: ALTER USER ... REQUIRE SSL; -- -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.