Troubleshooting / MySQL ERROR 2026
Due to Ubuntu 20.04's minimum SSL version requirement of v1.2, after old DataFlux Func versions are upgraded to 1.5.5, the following exception may occur when publishing/running Scripts:
| Text Only | |
|---|---|
1 | |
DataFlux Func 1.5.5 and later versions already have built-in automatic configuration modification; a normal upgrade is sufficient.
If the issue persists, you can try the following manual fixes:
- Open the
<Installation Directory>/docker-stack.yamlfile (default location is/usr/local/dataflux-func/docker-stack.yaml) - In the yaml file, find the
service/mysql/commandconfiguration and add the--tls-version=TLSv1.2parameter
For reference, the modification is as follows:
| Text Only | |
|---|---|
1 2 3 4 5 | |