Bug 39602

Summary: Installer doesn't work with TLS MySQL connection without mutual authentication
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: Installation and upgrade (web-based installer)Assignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: gmcharlt
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36026
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Katrin Fischer 2025-04-10 12:45:09 UTC
Bug 36026 implemented TLS connections without mutual authentication by patching Database.pm. While we assumed that Koha always that to create a connection, it's not quite true. Installer.pm also needs to be patched:

https://git.koha-community.org/Koha-community/Koha/src/branch/main/C4/Installer.pm#L74

I wonder if it could also be an option to always use Database.pm to centralize this code?