An update to the MySQL client in PHP 8.4 and mariadb 10.6 causes an error when trying to use "lando pull". The error is:
ERROR 2026 (HY000): TLS/SSL error: SSL is required, but the server does not support it
Process to repeat:
- Setup Pantheon recipe lando project
- set database version to 10.6
- set php version to 8.4
- lando rebuild
- once up, run lando pull
- note the error
Issue confirmed with Pantheon and is mainly caused by the upgrade to the MariaDB version:
• https://mariadb.com/docs/release-notes/community-server/11.4/what-is-mariadb-114#ssl-tls
• https://mariadb.com/docs/release-notes/community-server/10.6/10.6.11?ask=--skip_ssl&q=--ssl#ssl
Current workaround is to disable SSL using a .cnf file on the appserver
An update to the MySQL client in PHP 8.4 and mariadb 10.6 causes an error when trying to use "lando pull". The error is:
ERROR 2026 (HY000): TLS/SSL error: SSL is required, but the server does not support it
Process to repeat:
Issue confirmed with Pantheon and is mainly caused by the upgrade to the MariaDB version:
• https://mariadb.com/docs/release-notes/community-server/11.4/what-is-mariadb-114#ssl-tls
• https://mariadb.com/docs/release-notes/community-server/10.6/10.6.11?ask=--skip_ssl&q=--ssl#ssl
Current workaround is to disable SSL using a .cnf file on the appserver