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
we are trying to setup a MySQL source handler and we are using an Azure managed MySQL database. It seems to be unable to connect since we are enforcing a secure connection via TLS 1.2. However I don't see an option to configure this hence I believe this is not supported.
This is the error we are getting:
Failed to generate the schema Error: ER_SECURE_TRANSPORT_REQUIRED: Connections using insecure transport are prohibited while --require_secure_transport
Is this something that is planned or could be planned? Only allowing unsecure connections makes this handler kinda useless imho. Not sure if I'm missing some setting perhaps?
Thanks,
Bram
The text was updated successfully, but these errors were encountered:
Hi!
we are trying to setup a MySQL source handler and we are using an Azure managed MySQL database. It seems to be unable to connect since we are enforcing a secure connection via TLS 1.2. However I don't see an option to configure this hence I believe this is not supported.
This is the error we are getting:
Failed to generate the schema Error: ER_SECURE_TRANSPORT_REQUIRED: Connections using insecure transport are prohibited while --require_secure_transport
Is this something that is planned or could be planned? Only allowing unsecure connections makes this handler kinda useless imho. Not sure if I'm missing some setting perhaps?
Thanks,
Bram
The text was updated successfully, but these errors were encountered: