pingcap / tidb-binlog

A tool used to collect and merge tidb's binlog for real-time data backup and synchronization.
Apache License 2.0
292 stars 131 forks source link

Support TLS in MySQL drainer #887

Closed kolbe closed 4 years ago

kolbe commented 4 years ago

Feature Request

TLS should be supported in drainer connections to downstream MySQL/MariaDB/TiDB instances/cluster.

It should be possible to specify CA, client certificate, and client certificate key.

tirsen commented 4 years ago

It should also be possible to use only with a CA in case there is no client certificate. We don't use client certificates at this point (but may in the future!).