Provide more options for startTls #18851
Labels
public API
related to "Deno" namespace in JS
suggestion
suggestions for new features (yet to be agreed)
tls
Issues related to TLS implementation
StartTlsOptions only provide limited options for us.
deno/ext/net/lib.deno_net.d.ts
Line 269 in da23f7f
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:
ssl-mode
to support fallback to non-tls and skip ca verifytls-version
to choose the version of tlsThe text was updated successfully, but these errors were encountered: