https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38760 --- Comment #6 from Lukas Koszyk <lukasz.koszyk@kit.edu> --- (In reply to Magnus Enger from comment #5)
Oops. While koha-mysql is working, the Web interface is not:
==> /var/log/koha/kohadev/plack-error.log <== DBIx::Class::Storage::DBI::catch {...} (): DBI Connection failed: DBI connect('database=koha_kohadev;host=db;port=3306;mysql_ssl=1','koha_kohadev', ...) failed: SSL connection error: Enforcing SSL encryption is not supported at /kohadevbox/koha/Koha/Database.pm line 75. at /kohadevbox/koha/Koha/Database.pm line 125
Unfortunately, there are some issues with the database TLS configuration in koha-testing-docker. I have described this in https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36026#c14 As a workaround, you can add "mysql_ssl_optional=1" in Koha/Database.pm. See https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36026#c15, point (g). -- You are receiving this mail because: You are watching all bug changes.