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
Yup, I hit this same issue.
I get the following error when connecting to a particular server. Unfortunately, I do not control the server to turn it off.
sqlalchemy.exc.OperationalError: (pymysql.err.OperationalError) (3159, 'Connections using insecure transport are prohibited while --require_secure_transport=ON.') (Background on this error at: https://sqlalche.me/e/14/e3q8)
@BamboOSZ PRs are welcome, I"d assume the implementation is similar to tap-postgres. Note that you can probably use sqlalchemy_options (examples in for PlanetScale in the readme) to utilize SSL right now!
Implement authentication with SSL certificates, same as tap-postgres and target-postgres.
The text was updated successfully, but these errors were encountered: