-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
False
-
config = DATABASE.defaultConfig()
.with(MySqlConnectorConfig.SNAPSHOT_MODE, MySqlConnectorConfig.SnapshotMode.INITIAL)
.with(MySqlConnectorConfig.TABLE_INCLUDE_LIST, DATABASE.qualifiedTableName(TABLE_NAME))
.with(MySqlConnectorConfig.DECIMAL_HANDLING_MODE, RelationalDatabaseConnectorConfig.DecimalHandlingMode.STRING)
//.with("column.exclude.list", ".*
.(E|F)$")
.with(MySqlConnectorConfig.SSL_MODE, "verify_ca")
.with(MySqlConnectorConfig.SSL_KEYSTORE, "/Users/sh99019ml/data/truststore")
.with(MySqlConnectorConfig.SSL_KEYSTORE_PASSWORD, "123456")
.with(MySqlConnectorConfig.SSL_TRUSTSTORE, "/Users/sh99019ml/data/truststore")
.with(MySqlConnectorConfig.SSL_TRUSTSTORE_PASSWORD, "123456")
.build();
add ssl properties, but test it not reading the keystore/truststore