MySQL element stopped working for me

I had one runbook that connects to a MySQL database and returns some rows. Today I needed it again but saw that it’s not functioning anymore. (Version 0.1.6 (20251009.225657)

I’ve checked my test setup which had an earlier version of Atuin Desktop → 0.0.105 (20250925.182947) and this one has the exact same runbook which still runs, so somethings must have got broken on the way

Here is the error message from the debug is: output:

{“error”:“error communicating with database: invalid peer certificate: Other(OtherError(UnsupportedCertVersion))”}

Thanks in advance!

Sorry about this! We switched TLS provider in the last release to rustls, which does support your local certificate store but does not support older certificate versions.

I’ve reverted those changes + now we use native-tls for both database queries + http connections: chore: switch to native-tls by ellie · Pull Request #151 · atuinsh/desktop · GitHub

It should be out in a release today/tomorrow, or you could run the edge build here: Release Edge Release (Rolling) · atuinsh/desktop · GitHub

1 Like

Thanks!

I’ve switched to the edge build until the next release :folded_hands:

1 Like

Glad it works - the mysql fix is in a proper release as of today!

1 Like