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))”}
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.