mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
[Bug]: UNABLE_TO_VERIFY_LEAF_SIGNATURE while trying to use planka with external postgresql #801
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @IeP4nieF on GitHub (Sep 2, 2025).
Where is the problem occurring?
I'm not sure
What browsers are you seeing the problem on?
Other
Current behavior
I'm trying to use planka with an external postgresql-server using SSL. The root-ceritifcate of the CA which created the certificate for the postgresql-server is stored in /app/public/favicons/root-ca.pem. Here my
compose.yml:After
podman-compose upI get:This happens also with
nightly. As you can see I'm using podman instead of docker, but this should be no problem.Desired behavior
planka-container should start and run without SSL error.
Steps to reproduce
Create
compose.ymlfor use with external postgres-server and dopodman-compose up(ordocker-compose up).Other information
No response
@shimisnow commented on GitHub (Jan 5, 2026):
I had a similar error. Try removing
&sslrootcert=/app/public/favicons/root-ca.pemfromDATABASE_URLand move it toNODE_EXTRA_CA_CERTS=app/public/favicons/root-ca.pem@IeP4nieF commented on GitHub (Jan 6, 2026):
@shimisnow: Thanks for the hint. But there is another problem with
2.0.0-rc.4right now:So I have to wait for the next release first, before I can try your hint.