Closed
Description
Has anyone been able to connect successfully to an AWS RDS instance using the new IAM authentication feature? I am able to generate the ephemeral authentication token with no problem, but when I pass it as a password when connecting to database I get this error:
<-- ErrorPacket
ErrorPacket {
fieldCount: 255,
errno: 1251,
sqlStateMarker: '#',
sqlState: '08004',
message: 'Client does not support authentication protocol requested by server; consider upgrading MySQL client' }
I am using version 2.13 of the driver.
Thanks