cells
cells copied to clipboard
MySQL TLS Support
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.