google/mysql-ripple

Password auth support

Opened this issue ยท 0 comments

Thanks ๐Ÿ‘ I can confirm the instructions work as expected. And started exploring the tool, it seems like rippled doesnt use a password field for connection. Any idea if there is a plan to add support for that in it?

Originally posted by @akshaysuryawanshi in #1 (comment)

Part 1: Add password support for connecting to a master: #5
Part 2: Get rippled to verify passwords for things connecting to it (mysql_native_password)
Part 3: Add TLS support
Part 4: Support caching_sha2_password as used in MySQL 8.0, which requires TLS (or RSA pubkey)