hi Team, I am trying to use the MYSQL connector node. But after putting all the connection details. I am getting the below error. Can anyone please help.
Execute failed: TLS version used does not meet minimal requirements for this server. Please use a higher TLS version and retry.
EDIT: OK, the version might not matter. I thought the connector changed in the newest version, but it does not seem so.
For your issue, it might be a configuration issue with the driver. Try to add support for different TLS version using the enabledTLSProtocols option. You can add this via the JDBC Parameters tab:
Click on the Add button. It will allow you to add a new entry.
Since I don’t know what version of TLS you need, you can add support for different ones, like this: TLSv1,TLSv1.1,TLSv1.2