Skip to content

Add SslCa connection string option #640

@bgrainger

Description

@bgrainger

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: null

Based 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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions