mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
--skip-ssl-verify-server-cert for mariadb #262
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wzzrd on 1/10/2026
This change adds the
--skip-ssl-verify-server-certflag to mariadb database connections for both backups and restores. This prevents errors when trying to verify certificates during those procedures.I have tested this with a mariadb 10.11 database with a letsencrypt certificate (works) and with SSL disabled (worked before, still works).
I have not tested with a database with a self-signed certificate (because I don't have access to such a database), but as we've only added
--skip-ssl-verify-server-certthey should work just fine.