We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
tlsversion
Tlsv1,Tlsv1.1,Tlsv1.2,Tlsv1.3
The text was updated successfully, but these errors were encountered:
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).
Sorry, something went wrong.
Add TlsVersion connection string option. Fixes #760
546353e
b515bc5
Added in 0.64.0.
No branches or pull requests
Connector/NET 8.0.19 adds
tlsversion
. It's a comma-delimited list of TLS protocol versions to support, defaulting toTlsv1,Tlsv1.1,Tlsv1.2,Tlsv1.3
.The text was updated successfully, but these errors were encountered: