-
Bug
-
Resolution: Done
-
Major
-
0.9.0.Beta2
-
None
Currently the MySqlJdbcContext sets the wrong truststore password.
This happens because the code is setting the keystore password in place of the truststore password:
https://github.com/debezium/debezium/blob/edb116677dcae4ef9554c98f8556738bfc411706/debezium-connector-mysql/src/main/java/io/debezium/connector/mysql/MySqlJdbcContext.java#L130-L133