Hi all,
I try to install osticket with a database with SSL. When I try to start the connection I have an error like
Database connection information Unable to connect to MySQL server: SSL connection is required. Please specify SSL options and retry.
Could you help me where I need to install this certificate ?
I already try to change ost-config.php by adding the certificate like
define('DBSSLCA','/path/to/ca.crt');
define('DBSSLCERT','/site/wwwroot/osticket/include/BaltimoreCyberTrustRoot.crt.pem');
define('DBSSLKEY','/path/to/client.key');
But it doesn't work.
Where can I find a log to see the error ?
Thanks for your help
Thierry