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 tlsversion connection string option #760

Closed
bgrainger opened this issue Jan 15, 2020 · 2 comments
Closed

Support tlsversion connection string option #760

bgrainger opened this issue Jan 15, 2020 · 2 comments

Comments

@bgrainger
Copy link
Member

Connector/NET 8.0.19 adds tlsversion. It's a comma-delimited list of TLS protocol versions to support, defaulting to Tlsv1,Tlsv1.1,Tlsv1.2,Tlsv1.3.

@bgrainger
Copy link
Member Author

This could be useful to ensure that older (and insecure) TLS versions aren't used (when system TLS versions can't be controlled by the user).

@bgrainger
Copy link
Member Author

Added in 0.64.0.

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