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 04:41:41 +0000


When I attempt to synchronize the members (using the Admin web interface), the connection to the remote database fails (access denied).

Could you please try this?

| include_sql_query
| db_type mysql
| db_options mysql_ssl=1
| db_env DBD_MYSQL_NOSSL=
| (... set the other parameters as neccessity ...)


Hi Soji,

I entered the "db_options" as " mysql_ssl=1" via the Admin web and it wrote that to the conf file okay.

...
db_options mysql_ssl=1
...

When I entered the "db_env" as "DBD_MYSQL_NOSSL=" it showed an error message of:

ERROR (edit_list) - Syntax errors with the following parameters: environment variables for database connection

I then wrote it directly to the conf file, and tried again to synchronize, but no joy

...
db_env DBD_MYSQL_NOSSL=
...

I then removed the db_env string from the conf file and tried again to synchronize, but still a failed connection.

So with "db_options mysql_ssl=1" in the conf file, the syslog says "SSL connection error: Enforcing SSL encryption is not supported"


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



For information for peole, if you don't mind, please also tell us the
version of the DBD::mysql module. ...

# perl -MDBD::mysql -e 'print $DBD::mysql::VERSION, "\n"'
4.050



Archive powered by MHonArc 2.6.19+.

Top of Page