Is this your first time deploying Airbyte: No OS V...
# troubleshooting
n
Is this your first time deploying Airbyte: No OS Version / Instance: Debian 10 (buster) on AWS EC2, 8 cores, 16GB RAM Deployment: Docker Airbyte Version: 0.35.45-alpha *Source name: My*SQL (0.5.+) Step: MySQL connector failing to connect to database Using the MySQL 0.4.13 connector I can successfully create and connect to my source, but switching to a 0.5+ connector version I get this error :
Here are the logs: I shall precise that my MySQL is a AWS Aurora cluster
a
Hi @Nahid Oulmi, this topic might help you: https://discuss.airbyte.io/t/source-mysql-poolableconnectionfactory-error/244 We suggest to set
enabledTLSProtocols=TLSv1.2
in the JDBC extra parameters
n
@Augustin Lafanechere (Airbyte) Yes I tried this but IT would not work. I would get a
The server selected protocol version TLS10 is not accepted by client preferences
error in that case.
enabledTLSProtocols=TLSv1.0
instead but I would then get a `No appropriate protocol (protocol is disabled or cipher suites are inappropriate)`error.
Ok I fixed the issue by setting the
verifyServerCertificate
&
useSSL
JDBC params to false and succeeded upgrading to version 0.5.6.