Problem to solve
When the server runs with require_secure_transport=ON, Clonio fails to connect.
Connections using insecure transport are prohibited while --require_secure_transport=ON.
Proposed solution
Add support for passing the Mysql::ATTR_SSL_CA option load certificate.
Alternatives considered
Who benefits?
Acceptance criteria
Additional context
Problem to solve
When the server runs with
require_secure_transport=ON, Clonio fails to connect.Proposed solution
Add support for passing the
Mysql::ATTR_SSL_CAoption load certificate.Alternatives considered
Who benefits?
Acceptance criteria
Additional context