Skip to Content.
Sympa Menu

en - Re: [en@sympa] Synchronizing members with remote MySQL fails

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Gadi Vivier <address@concealed>
  • To: En <address@concealed>
  • Subject: Re: [en@sympa] Synchronizing members with remote MySQL fails
  • Date: Fri, 31 Mar 2023 10:35:15 +0000



Mar 31 06:38:01 ..... Sympa::DataSource::SQL::_open#47 > Sympa::DatabaseDriver::MySQL::connect#58 > Sympa::Database::connect#157 Can't connect to Database Sympa::DatabaseDriver::MySQL ..... : SSL connection error: Enforcing SSL encryption is not supported

Perhaps this may be a bug in the MariaDB client library.
cf. https://github.com/perl5-dbi/DBD-mysql/pull/339

A workaround is suggested that mysql_ssl_optional would be added to
db_options (mysql_ssl_optional was introduced on DBD::mysql 4.043):

db_options mysql_ssl=1;mysql_ssl_optional=1

This may possibly solve the problem.


Thank you very much Soji !!
That worked perfectly.

Best,
Gadi









Archive powered by MHonArc 2.6.19+.

Top of Page