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

@thierry_verreyt

PHP error logs and/or MySQL error logs would be a good start. You will also need to review MySQL documentation as well as some Forum threads on how to accomplish this.

Cheers.

Write a Reply...