Bug 39602 - Installer doesn't work with TLS MySQL connection without mutual authentication
Summary: Installer doesn't work with TLS MySQL connection without mutual authentication
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Installation and upgrade (web-based installer) (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-04-10 12:45 UTC by Katrin Fischer
Modified: 2025-04-10 12:45 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?