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
This works with OTP 19.3, however upgrading to 20+ gives me: Mariaex.Protocol (#PID<0.1066.0>) failed to connect: ** (Mariaex.Error) failed to upgraded socket: :closed
Workaround
Explicitly set the protocol to TLS version 1.1 using the versions option:
Not sure the right way to handle this long term. I can make a PR and put the above instructions in the README if you'd like. I wanted to be sure to document it somewhere to save anyone else the time I spent chasing it down.
The text was updated successfully, but these errors were encountered:
Problem
I'm connecting to a Amazon MySQL RDS instance. My config is:
This works with OTP 19.3, however upgrading to 20+ gives me:
Mariaex.Protocol (#PID<0.1066.0>) failed to connect: ** (Mariaex.Error) failed to upgraded socket: :closed
Workaround
Explicitly set the protocol to TLS version 1.1 using the
versions
option:Not sure the right way to handle this long term. I can make a PR and put the above instructions in the README if you'd like. I wanted to be sure to document it somewhere to save anyone else the time I spent chasing it down.
The text was updated successfully, but these errors were encountered: