SSL connection error: SSL_CTX_set_default_verify_paths failed in Xdata project Only

Hi,

I'm trying to connect to mysql server via SSL with Firedac on Linux, but I have an error:

   `SSL connection error: SSL_CTX_set_default_verify_paths failed`

But I tested with the same control in fmx project, the connection is ok.

I don't understand why with xdata, I have this error.

Thank you

It's simply a misconfiguration in your database (FireDac) connection. Here is a hint:

Maybe you are running the applications from different paths.
If connection works from your FMX project works, have you tried simply running the XData server on it and check?