Hello,
I’m switching on an azure cloud server with my kirby installation and facing an issue on connecting to a database. Currently the mysql server on azure requires an SSL-Cert to connect. Which works fine if I just use the default PDO class by php.
I didnt find any active discussion (only archieved ones) about passing an SSL-Cert to the database connection.
Is this somehow possible or do I need to force myself to turn of SSL on the azure setup?
Thanks in advance!