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

[v8] Specify level of TLS verification for database connections #9659

Merged
merged 2 commits into from
Jan 6, 2022

Conversation

jakule
Copy link
Contributor

@jakule jakule commented Jan 5, 2022

Now 'verify-full', 'verify-ca' and 'insecure' modes can be used when connecting to a database. 'verify-full` is the default on and it's the most strict. 'verify-ca' skips the server-name check. 'insecure' accepts any certificate provided by a database.

backport of #9197

Now 'verify-full', 'verify-ca' and 'insecure' modes can be used when connecting to a database. 'verify-full` is the default on and it's the most strict. 'verify-ca' skips the server-name check. 'insecure' accepts any certificate provided by a database.
@jakule jakule changed the title [v8] Specify level of TLS verification for database connections (#9197) [v8] Specify level of TLS verification for database connections Jan 5, 2022
@r0mant r0mant enabled auto-merge (squash) January 6, 2022 16:39
@r0mant r0mant merged commit 0cc3e10 into branch/v8 Jan 6, 2022
@r0mant r0mant deleted the jakule/v8/db-tls-options branch January 6, 2022 17:14
@webvictim webvictim mentioned this pull request Mar 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants