Xibo with mysql over TLS/SSL

We are going to deploy Xibo over Kubernetes, and we are also planning to use a mysql PaaS instance over Azure, which has TLS/SSL enabled by default.

There is any simple known way to configure Xibo to use MySql connection over SSL with certificates? I cannot find the SSL option for MySQL connection in configuration .env parameters.

Hi there and welcome.

Xibo doesn’t have any support for MySQL over SSL - we’d need a way to pass the SSL configuration options into the PDO constructor (which we don’t have in Docker or in underlying CMS codebase).

Once it was in Xibo, it would likely be a matter of adding it to settings-custom.php

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.