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

Support TLS 1.2 for PostgreSQL DB connection #360

Open
hapeka72 opened this issue Jan 9, 2024 · 0 comments
Open

Support TLS 1.2 for PostgreSQL DB connection #360

hapeka72 opened this issue Jan 9, 2024 · 0 comments

Comments

@hapeka72
Copy link

hapeka72 commented Jan 9, 2024

We are using Wicked together with a PostgreSQL DB (version 11), with an encrypted connection (SSL). We would like to connect using TLS 1.2, but it seems that this is not supported. This error message shows up in the logs:

Error: [postgres error] could not retrieve server_version: FATAL: TLS version used does not meet minimal requirements for this server. Please use a higher TLS version and retry.

We are running the whole thing in Azure, and having no support for TLS 1.2 will become a problem soon, because Azure will not support TLS versions < 1.2 after end of October. (The error above appears when we configure the DB to require TLS 1.2)

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

No branches or pull requests

1 participant