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

--- Comment #26 from Katrin Fischer <[email protected]> ---
SUGGESTION 

* Re-added the BSZ sign-off lines since these got lost at some step. Code
wasn't changed, so they are still valid.
* Reverted to initial test plan that was not targetted at ktd testing

Is this acceptable?

----

Bug 36026: Use only configured TLS options for database connection

Database connections with TLS require client private keys 
and certificates for authentication but MariaDB also supports
authentication by user and password.

This patch allows omitting the TLS options for certificate based
client authentication.

This is not easily testable with a development installation. But the patch has
been verified by different parties on production and testing systems installed
with Debian packages.


0) Apply patch.
1) Configure the database to support TLS connections.
2) Set "<tls>yes</tls>" in the config section in koha-conf.xml.
3) Run "koha-plack --reload <koha_instance>".
4) Open Koha's staff interface in the browser.
5) Observe an internal server error.
6) Apply patch.
7) Repeat step 3 and 4.
8) Observe the error is gone.
9) Run "prove -v t/db_dependent/Koha/Database.t"

Sponsored-by: Karlsruhe Institute of Technology (KIT)
Signed-off-by: Cornelius Amzar <[email protected]>
Signed-off-by: Markus John <[email protected]>
Signed-off-by: David Nind <[email protected]>
Signed-off-by: Thomas Klausner <[email protected]>

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