wicked.haufe.io icon indicating copy to clipboard operation
wicked.haufe.io copied to clipboard

Support TLS 1.2 for PostgreSQL DB connection

Open hapeka72 opened this issue 6 months ago • 0 comments

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)

hapeka72 avatar Jan 09 '24 12:01 hapeka72