--skip-ssl-verify-server-cert for mariadb #262

Closed
opened 2026-04-05 16:16:04 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @wzzrd on 1/10/2026

This change adds the --skip-ssl-verify-server-cert flag 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-cert they should work just fine.

*Originally created by @wzzrd on 1/10/2026* This change adds the `--skip-ssl-verify-server-cert` flag 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-cert` they should work just fine.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/databasus#262