Skip to content

postgresql: require non-ssl connection#2272

Merged
BareosBot merged 6 commits intobareos:masterfrom
florian-at-bareos:dev/fburger/master/postgresql-require-no-ssl
May 23, 2025
Merged

postgresql: require non-ssl connection#2272
BareosBot merged 6 commits intobareos:masterfrom
florian-at-bareos:dev/fburger/master/postgresql-require-no-ssl

Conversation

@florian-at-bareos
Copy link
Contributor

@florian-at-bareos florian-at-bareos commented May 13, 2025

Since Postgresql connections with ssl enabled cause problems, we now require the connection to the server to be no ssl connection, see #1965.

Fixes #1965: PostgreSQL with SSL fails in strange ways

Note that if the postgresql server requires a ssl connection, connecting to this server using BareosDbPostgresql will always fail.

Thank you for contributing to the Bareos Project!

Please check

  • Short description and the purpose of this PR is present above this paragraph
  • Your name is present in the AUTHORS file (optional)

If you have any questions or problems, please give a comment in the PR.

Helpful documentation and best practices

Checklist for the reviewer of the PR (will be processed by the Bareos team)

Make sure you check/merge the PR using devtools/pr-tool to have some simple automated checks run and a proper changelog record added.

General
  • Is the PR title usable as CHANGELOG entry?
  • Purpose of the PR is understood
  • Commit descriptions are understandable and well formatted
    Required backport PRs have been created
  • Correct milestone is set
Source code quality
  • Source code changes are understandable
  • Variable and function names are meaningful
  • Code comments are correct (logically and spelling)
  • Required documentation changes are present and part of the PR

@florian-at-bareos florian-at-bareos self-assigned this May 13, 2025
@florian-at-bareos florian-at-bareos added the bug This addresses a bug label May 13, 2025
@florian-at-bareos florian-at-bareos added this to the 25.0.0 milestone May 13, 2025
@florian-at-bareos florian-at-bareos changed the title postgresql: require non-sql connection postgresql: require non-ssl connection May 20, 2025
@florian-at-bareos florian-at-bareos force-pushed the dev/fburger/master/postgresql-require-no-ssl branch 2 times, most recently from 33eae6d to a8ca2fb Compare May 21, 2025 06:58
@florian-at-bareos florian-at-bareos marked this pull request as ready for review May 21, 2025 07:10
@florian-at-bareos florian-at-bareos requested a review from sebsura May 21, 2025 14:35
@BareosBot BareosBot force-pushed the dev/fburger/master/postgresql-require-no-ssl branch from f1b9735 to cc81282 Compare May 23, 2025 07:17
@BareosBot BareosBot merged commit a71abc3 into bareos:master May 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug This addresses a bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

PostgreSQL with SSL fails in strange ways

3 participants