From 036db357491629118a6f119d580d7749a6442368 Mon Sep 17 00:00:00 2001 From: trivialkettle <126059809+trivialkettle@users.noreply.github.com> Date: Tue, 7 Jan 2025 13:27:57 +0100 Subject: [PATCH] Update chirpstack.toml (#116) Cherry pick the changes made in https://github.com/chirpstack/chirpstack/commit/880b319bfd0e479c02350865c6b60cbc237491cc --- configuration/chirpstack/chirpstack.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/configuration/chirpstack/chirpstack.toml b/configuration/chirpstack/chirpstack.toml index 54c3e5d..5ac43c2 100644 --- a/configuration/chirpstack/chirpstack.toml +++ b/configuration/chirpstack/chirpstack.toml @@ -15,10 +15,9 @@ # Format example: postgres://:@/?sslmode=. # # SSL mode options: - # * disable - no SSL - # * require - Always SSL (skip verification) - # * verify-ca - Always SSL (verify that the certificate presented by the server was signed by a trusted CA) - # * verify-full - Always SSL (verify that the certification presented by the server was signed by a trusted CA and the server host name matches the one in the certificate) + # * disable - Do not use TLS + # * prefer - Attempt to connect with TLS but allow sessions without + # * require - Require the use of TLS dsn="postgres://chirpstack:chirpstack@$POSTGRESQL_HOST/chirpstack?sslmode=disable" # Max open connections.