- Edited
Good Morning Folk,
I am trying to configure an instance of OSTicket in Azure App Service by using external Azure MySQL. I set up the DB to be accessed via SSL so I have downloaded my certificate (.PEM) and installed locally to connect a WorkBench client which work perfectly. Now I am tring to modifie the ost-config file by uncommenting the line:
-> define('DBSSLCERT','/ssl_my_cert/my_cert.crt');
The path is on my host and the certificate has bin converted from PEM to CRT via openssl:
-> openssl x509 -outform der -in .\my_pem_cert.crt.pem -out .\my_crt_cert.crt
Unfortunately once I continue with the setup I got the following error:
"Database connection information Unable to connect to MySQL server: SSL connection is required. Please specify SSL options and retry."
Do you have any clue or where am I wrong???
thank yoU!