Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support client certificates in PEM format #641

Closed
bgrainger opened this issue May 23, 2019 · 1 comment
Closed

Support client certificates in PEM format #641

bgrainger opened this issue May 23, 2019 · 1 comment
Assignees

Comments

@bgrainger
Copy link
Member

In Connector/NET 8.0.16 the following feature was added:

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.

@bgrainger
Copy link
Member Author

Some of the answers in this SO question may be helpful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant