https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41862
--- Comment #2 from David Cook <[email protected]> --- Ah wait I think I was mixing up some variable names... If mysql_ssl is set, ssl_enforce should be 1... But ssl_mode is what is attempted to set the ssl mode... Yeah nah... the DBD::mysql code looks like it should be attempting to set the SSL... which is probably why there is the message "Enforcing SSL encryption is not supported" I guess...which suggests the C library is the problem... It does seem that you're using libmariadb for the client library rather than libmysql and this is sounding familiar... which is probably why Katrin added me to the CC... -- You are receiving this mail because: You are the assignee for the bug. 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/
