You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: