[Koha-bugs] [Bug 15427] Allow db connections using TLS

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Dec 27 04:13:19 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15427

--- Comment #1 from Chris Cormack <chris at bigballofwax.co.nz> ---
Created attachment 45992
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=45992&action=edit
Bug 15427 : Enable TLS support for MySQL

In summary, changes are:
1) If you have chosen MySQL, Makefile.PL will ask you if you want TLS (default:
"no"), and then the locations for CA cert, client cert and client key
(reasonable defaults are provided). Settings <tls>, <ca>, <cert> and <key> are
added in koha-conf.xml
2) If <tls>yes</tls> in koha-conf.xml, the installer and database connection
scripts add the TLS options in both DBI connection strings and mysql command
line

To test
1/ Apply patch
2/ Check everything still works and db connections are the same as before
3/ Either run Makefile.PL and step through the options or edit your
koha-conf.xml to
enable TLS
4/ Check db connections are still working

Patch provided to me by Dimitris Kamenopoulos and I reformatted it into a git
patch,
any errors are probably mine

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list