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

keeper: don't disable ssl for replication #501

Conversation

sgotti
Copy link
Member

@sgotti sgotti commented Jun 4, 2018

Set sslmode to prefer so, if the user has enabled ssl/tls, it'll also be used for
replication (and pg_rewind).

Now it's not possible to force other options like verify-ca or verify-full since
they requires more effort on the user side and need to be carefully tested.

Set sslmode to `prefer` so, if the user has enabled ssl/tls, it'll also be used for
replication (and pg_rewind).

Now it's not possible to force other options like verify-ca or verify-full since
they requires more effort on the user side and need to be carefully tested.
@sgotti sgotti merged commit 1ea78ff into sorintlab:master Jun 5, 2018
sgotti added a commit that referenced this pull request Jun 5, 2018
…bled_for_replication

keeper: don't disable ssl for replication
@sgotti sgotti added this to the v0.11.0 milestone Jun 7, 2018
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