Skip to content

Change default server_tls_sslmode to prefer #866

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

Merged
merged 1 commit into from
Jul 4, 2023

Conversation

JelteF
Copy link
Member

@JelteF JelteF commented Jun 8, 2023

libpq has been defaulting to prefer for a long time already. Obviously
connecting over TLS is more secure, than without.

The current approach of defaulting to disable actually breaks
connecting if your server requires TLS, which many cloud providers are
doing (by default at least).

Fixes #843

@JelteF JelteF force-pushed the change-default-server-tls-mode branch 3 times, most recently from 3d34467 to 712cb1c Compare June 12, 2023 20:47
libpq has been defaulting to prefer for a long time already. Obviously
connecting over TLS is more secure, than without.

The current approach of defaulting to `disable` actually breaks
connecting if your server requires TLS, which many cloud providers are
doing (by default at least).

Fixes pgbouncer#843
@JelteF JelteF force-pushed the change-default-server-tls-mode branch from 712cb1c to 6533832 Compare July 4, 2023 11:53
@JelteF JelteF merged commit 370bc07 into pgbouncer:master Jul 4, 2023
@JelteF JelteF deleted the change-default-server-tls-mode branch July 4, 2023 20:42
JelteF added a commit that referenced this pull request Jul 12, 2023
JelteF added a commit to JelteF/pgbouncer that referenced this pull request Feb 16, 2024
eulerto added a commit to eulerto/pgbouncer that referenced this pull request Aug 2, 2024
Issue pgbouncer#866 changed the default server_tls_sslmode to prefer but forgot
to update the configuration file.
eulerto added a commit that referenced this pull request Aug 2, 2024
Issue #866 changed the default server_tls_sslmode to prefer but forgot
to update the configuration file.
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.

Issues with Pgbouncer v1.17 connecting to RDS Postgres Engine Version 15.XX
1 participant