cells icon indicating copy to clipboard operation
cells copied to clipboard

MySQL TLS Support

Open nick-oconnor opened this issue 4 years ago • 0 comments

Cells does not currently appear to support validating MySQL TLS certificates or authenticating to MySQL databases with client certificates. Connecting to a TLS-only database is currently workable by passing tls=skip-verify, however the ability to construct and reference a TLSConfig would be a nice feature. For reference, I searched the codebase for RegisterTLSConfig and didn't find anything.

nick-oconnor avatar Sep 20 '20 01:09 nick-oconnor