You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Connector/NET applications now can use certificates in PEM format to validate SSL connections in addition to the native PFX format (see Tutorial: Configuring SSL with Connector/NET).
This introduces two new connection string options: SslCert (Ssl-Cert) and SslKey (Ssl-Key). These specify the two PEM files for the client certificate.
The text was updated successfully, but these errors were encountered:
In Connector/NET 8.0.16 the following feature was added:
This introduces two new connection string options:
SslCert
(Ssl-Cert
) andSslKey
(Ssl-Key
). These specify the two PEM files for the client certificate.The text was updated successfully, but these errors were encountered: