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

Provide more options for startTls #18851

Open
shiyuhang0 opened this issue Apr 26, 2023 · 0 comments
Open

Provide more options for startTls #18851

shiyuhang0 opened this issue Apr 26, 2023 · 0 comments
Labels
public API related to "Deno" namespace in JS suggestion suggestions for new features (yet to be agreed) tls Issues related to TLS implementation

Comments

@shiyuhang0
Copy link

StartTlsOptions only provide limited options for us.

export interface StartTlsOptions {

Is there any plan to add more options? example:https://dev.mysql.com/doc/refman/8.0/en/using-encrypted-connections.html

I think there are some thing important:

  • something like ssl-mode to support fallback to non-tls and skip ca verify
  • something like tls-version to choose the version of tls
@aapoalas aapoalas added public API related to "Deno" namespace in JS suggestion suggestions for new features (yet to be agreed) tls Issues related to TLS implementation labels May 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
public API related to "Deno" namespace in JS suggestion suggestions for new features (yet to be agreed) tls Issues related to TLS implementation
Projects
None yet
Development

No branches or pull requests

2 participants