Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] PHP 8.2 and 8.3 breaks the SSL connection to Matomo's database #363

Open
atom-box opened this issue Aug 2, 2024 · 1 comment
Open

Comments

@atom-box
Copy link

atom-box commented Aug 2, 2024

What happened?

  • The config file and certificate work fine for PHP 8.1.
  • But as soon as PHP 8.2 or 8.3 are implemented the following error is thrown

[PDOException]
PDO::__construct(): Unable to set local cert chain file `/run/secrets/mysql
/tls.crt'; Check that your cafile/capath settings include details of your certificate and its issuer
See more below.

What should happen?
SSL cert should be found when connecting to db with PHP 8.2.

How can this be reproduced?
To reproduce the problem:

Update to either PHP to 8.2 or 8.3*
Matomo will fail to connect to the database; it breaks Matomo**
Roll back to PHP 8.1***
Matomo works normally
*PHP 8.2-fpm-alpine or PHP 8.3.8-fpm-alpine
**The error is [PDOException]
PDO::__construct(): Unable to set local cert chain file `/run/secrets/mysql /tls.crt'; Check that your cafile/capath settings include details of your certificate and its issuer
But the config file is fine when using PHP 8.1.
***Php 8.1.15-fpm-alpine

Matomo version
5.1.0

Server operating system
https://github.com/matomo-org/docker/blob/master/fpm-alpine/Dockerfile

Computer operating system
Alpine Linux

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@atom-box and others