drush sql-dump > bdd.sql
mysqldump: Got error: 2026: SSL connection error: error:1425F102:SSL routines:ssl_choose_client_version:unsupported protocol when trying to connect
[error] Database dump failed
Drupal is perfectly working with its database and I can connect to the remote database with the mysql client but drush keeps trying to connect via SSL and I don't know how to prevent it. I created a my.cnf in my user folder trying to disable SSL but it seems to ignore it.