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

fix: disable automatic fallback from SSL to non-SSL DB connection #1249

Closed
wants to merge 1 commit into from

Commits on May 9, 2024

  1. fix: disable automatic fallback from SSL to non-SSL DB connection

    `Postgrex` connector we're using now doesn't support fallback behavior like this, so we're disabling it for `epgsql` connections as well.
    This commit also fixes application of the default value for requiring SSL, which was erroneously "false" before. This means that if your DB doesn't support SSL, you need to explicitly specify it via `DATABASE_REQUIRE_SSL=false` env variable or `?sslmode=disable` in the connection string.
    icehaunter committed May 9, 2024
    Configuration menu
    Copy the full SHA
    43abbab View commit details
    Browse the repository at this point in the history