WrenAI
WrenAI copied to clipboard
MySQL SSL Connection Requirement for Data Source Configuration
Is your feature request related to a problem? Please describe. When configuring MySQL as a data source, I’m encountering a connection failure due to an SSL requirement. The error message displayed (see attached image) indicates that the connection cannot proceed without SSL. I noticed that PostgreSQL has a useSSL toggle option, which makes SSL configuration straightforward, but I couldn’t find a similar option for MySQL.
Describe the solution you'd like Is there a specific reason why MySQL doesn’t support a useSSL toggle, or is there an alternative approach to configure SSL for MySQL connections in the same way? Any guidance would be appreciated!