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
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!
The text was updated successfully, but these errors were encountered:
@fazomo Thank you for your feedback and for bringing this to our attention!
We’ll open a ticket to investigate and implement a similar SSL configuration toggle for MySQL. This will be added to our development pipeline, and we’ll keep you updated on its progress.
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!
The text was updated successfully, but these errors were encountered: