Skip to content

1.1.0-beta release

Pre-release
Pre-release

Choose a tag to compare

@vaintroub vaintroub released this 15 Dec 11:20
Disable SSL in new libmariadb unless --mysql-ssl=on

The new libmariadb defaults to enabling SSL, which introduces backward
compatibility issues. Moreover, certificate verification may be enforced,
together with SSL, potentially breaking connections with MySQL and older
MariaDB versions.

Thus, disable both certificate validation (apparently there is no option
for it at the moment) and SSL.