Admidio / admidio

Admidio is a free open source user management system for websites of organizations and groups. The system has a flexible role model so that it’s possible to reflect the structure and permissions of your organization.
https://www.admidio.org
GNU General Public License v2.0
297 stars 121 forks source link

Missing 'ca-certificates' pkg in Docker container #1597

Closed br0uQ closed 2 months ago

br0uQ commented 2 months ago

Describe the bug I'm using the Docker version of admidio, but was unable to get mail sending over smtp working. Sending the test email always returned a certificate verification failure.

After some testing with the help of this toubleshooting page: https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting#certificate-verification-failure It seemed there weren't any certificates in the container.

After installing 'ca-certificates' pkg in the docker container everything worked fine.

Did I miss something? Is there anonther possibility to get the ca-certificates into the container. If yes maybe this should be documented.

Else I guess that package should be included in the Dockerfile. If desired I could create a PR.

To Reproduce Steps to reproduce the behavior:

  1. Create docker container using README-Docker.md
  2. Run and Setup admidio
  3. Configure sending mail using smtp
  4. Send test email

Expected behavior Working CA-Certificates using the docker container and therefor working smtp mail

System (please complete the following information):

schast commented 2 months ago

Is fixed with v4.3.6 release and currently in admidio/admidio:branch_v4.3