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

fix: allow non SSL connections to be handled gracefully #409

Merged
merged 8 commits into from
Mar 6, 2023
Merged

fix: allow non SSL connections to be handled gracefully #409

merged 8 commits into from
Mar 6, 2023

Conversation

orbatschow
Copy link
Contributor

@orbatschow orbatschow commented Feb 28, 2023

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 #404 (comment) and closes #261

@orbatschow orbatschow marked this pull request as ready for review February 28, 2023 07:48
@meltyshev meltyshev merged commit 0d48170 into plankanban:master Mar 6, 2023
@meltyshev
Copy link
Member

Thanks for the fix. I've tested it and now it works fine!

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

Successfully merging this pull request may close these issues.

Use external postgres server (e.g. heroku) using SSL
2 participants