Details
-
New Feature
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Add two new SSL/TLS fallback options to improve certificate handling flexibility, similar to MariaDB JDBC connector:
- fallbackToSystemTrustStore: if enable, when serverSslCert file is not found, fallback to system's default trust store instead of throwing exception
- fallbackToSystemKeyStore: if enable, when clientSslCert or clientSslKey files are not found during mutual authentication, skip client certificate configuration instead of throwing exception
Both options default to false for backward compatibility.
Related PR: https://github.com/mariadb-corporation/mariadb-connector-r2dbc/pull/83