[PR #409] [MERGED] fix: allow non SSL connections to be handled gracefully #1163

Open
opened 2025-10-09 19:10:03 +03:00 by OVERLORD · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (8)

  • 3e5f43e provide a fix and documentation for postgres connections, that require ssl mode
  • 6188a71 fix spelling mistake
  • 5b47c7c Merge branch 'master' of github.com:plankanban/planka
  • 136ba2f fix: allow non SSL connections to be handled gracefully
  • 575385b fix: add documentation to docker-compose.yml
  • 11739db fix: spelling
  • 9f33778 chore: check value of env variable
  • 60d9ceb ref: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/plankanban/planka/pull/409 **Author:** [@orbatschow](https://github.com/orbatschow) **Created:** 2/28/2023 **Status:** ✅ Merged **Merged:** 3/6/2023 **Merged by:** [@meltyshev](https://github.com/meltyshev) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (8) - [`3e5f43e`](https://github.com/plankanban/planka/commit/3e5f43ebeda7e37de623aba89fe7076cf638a104) provide a fix and documentation for postgres connections, that require ssl mode - [`6188a71`](https://github.com/plankanban/planka/commit/6188a716ccadc9a7ae8ca431edd08057aadf0f7c) fix spelling mistake - [`5b47c7c`](https://github.com/plankanban/planka/commit/5b47c7cef65ee98508d7eec18b49e232898bb778) Merge branch 'master' of github.com:plankanban/planka - [`136ba2f`](https://github.com/plankanban/planka/commit/136ba2f48fc8e5ba0335f8e6d02c1c534acc40a7) fix: allow non SSL connections to be handled gracefully - [`575385b`](https://github.com/plankanban/planka/commit/575385bd70e7d18049900567c10882a9e52554d5) fix: add documentation to docker-compose.yml - [`11739db`](https://github.com/plankanban/planka/commit/11739db81f20809300ee3cc114a37a1cdbee0057) fix: spelling - [`9f33778`](https://github.com/plankanban/planka/commit/9f337780646e61364afe334660cd17e0b9517697) chore: check value of env variable - [`60d9ceb`](https://github.com/plankanban/planka/commit/60d9ceb4b5cf36245ae127c6b30dd7c8088a7072) ref: Rename environment variable ### 📊 Changes **3 files changed** (+30 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `docker-compose.yml` (+8 -0) 📝 `server/.env.sample` (+8 -0) 📝 `server/db/knexfile.js` (+14 -1) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2025-10-09 19:10:03 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#1163