You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But this command fails with a simple error message (no stack trace is printed):
'Channel' object has no attribute 'getsockopt'
My understanding is that with "--ssl-verify-server-cert" it should try to pass the token in cleartext which is required for IAM auth (source #550 (comment) .)
Connecting without SSL but with a traditional user that exists in mysql.user and native password works fine.
I'm trying to connect to an Amazon RDS MySQL 8 instance through a jump server with IAM ROLE.
But this command fails with a simple error message (no stack trace is printed):
My understanding is that with "--ssl-verify-server-cert" it should try to pass the token in cleartext which is required for IAM auth (source #550 (comment) .)
Connecting without SSL but with a traditional user that exists in mysql.user and native password works fine.
Here is the docker file:
The text was updated successfully, but these errors were encountered: