-
Notifications
You must be signed in to change notification settings - Fork 349
Closed
Milestone
Description
In Connector/NET 8.0, an SslCa connection string option was added. https://dev.mysql.com/doc/connector-net/en/connector-net-8-0-connection-options.html:
SslCa,Ssl-Ca
Default:nullBased on the type of certificates being used, this option either specifies the path to a certificate file in PKCS #12 format (.pfx) or the path to a file in PEM format (.pem) that contains a list of trusted SSL certificate authorities (CA).
We already support loading the server's certificate in PEM format with the CACertificateFile option.
For compatibility, SslCa and Ssl-Ca should be added as synonyms.
Reactions are currently unavailable