mirror of
https://github.com/plankanban/planka.git
synced 2025-12-06 09:13:16 +03:00
[PR #409] [MERGED] fix: allow non SSL connections to be handled gracefully #1163
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?
📋 Pull Request Information
Original PR: https://github.com/plankanban/planka/pull/409
Author: @orbatschow
Created: 2/28/2023
Status: ✅ Merged
Merged: 3/6/2023
Merged by: @meltyshev
Base:
master← Head:master📝 Commits (8)
3e5f43eprovide a fix and documentation for postgres connections, that require ssl mode6188a71fix spelling mistake5b47c7cMerge branch 'master' of github.com:plankanban/planka136ba2ffix: allow non SSL connections to be handled gracefully575385bfix: add documentation to docker-compose.yml11739dbfix: spelling9f33778chore: check value of env variable60d9cebref: Rename environment variable📊 Changes
3 files changed (+30 additions, -1 deletions)
View changed files
📝
docker-compose.yml(+8 -0)📝
server/.env.sample(+8 -0)📝
server/db/knexfile.js(+14 -1)📄 Description
This PR introduces a new environment variable called
REJECT_UNAUTHORIZED_SSL_CERTIFICATE.When set to false it allows the usage of unsigned SSL certificates to a Postgres database.
fixes https://github.com/plankanban/planka/pull/404#discussion_r1119673081 and closes https://github.com/plankanban/planka/issues/261
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.