Skip to content

Allow For Configuration of SSL Mode With the Postgres Backend - #467

Open
nstehr wants to merge 2 commits into
cschleiden:mainfrom
nstehr:main
Open

Allow For Configuration of SSL Mode With the Postgres Backend#467
nstehr wants to merge 2 commits into
cschleiden:mainfrom
nstehr:main

Conversation

@nstehr

@nstehr nstehr commented Feb 25, 2026

Copy link
Copy Markdown

When the Postgres backend was building the connection string, the ssl mode was hardcoded to disable. This change exposes the ssl mode as a configuration option, allowing users to specify the mode themselves.

Notes:

  • Defaults "disable" if not set for backwards compatibility
  • Just takes a string. Could be a bit more defensive and validate this string against known values but I thought this was an ok tradeoff as the connection will fail pretty quickly with an invalid option.

nstehr and others added 2 commits February 24, 2026 10:23
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.

1 participant