Hi, I'm training to connect to my MySQL db in Cloud under SSL. The infrastructure where db is hosted can't give me the server cert. How can I set a connection under SSL? Does prisma handle it automatically?
If I use a client like workbench I can connect under SSL using the require option (without verify CA/identity obv) and in my case is enough.
I don't see in the connection option the parameter sslmode that instead is avaiable in postgresql db.
MySQL 5.7
Prisma 5.4
Ty, have a good day