Good day,
we have problem with Maria DB Data Source. To login Maria Db is needed user name: password and user certificate.
When user have more certificate in windows personal store, this error jump:
Is posible somehow specified what certificate RDM will use?
I try setup certificate Thumbprint, CertFile. But i dont know how exactly.
Advanced setup in Data Source:
We appreciate your help.
Hi,
Unfortunately this is specific to the connection string of MariaDB and we are not expert in this field. We just fill out the fields. Here is a documentation that I've found:
https://www.connectionstrings.com/mysql/
Regards
David Hervieux
Good day,
after some tests works setup:
SSL Mode=Required
CertificateFile=C:\folder\client.pfx
CertificatePassword=pass
With certificate ThumbPrint its not working, i export ThumbPrint with PowerShell. RDM send error: This ThumbPrint does not exist.
Thanks for help.