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

Server TLS #417

Merged
merged 10 commits into from
Apr 30, 2023
Merged

Server TLS #417

merged 10 commits into from
Apr 30, 2023

Conversation

levkk
Copy link
Contributor

@levkk levkk commented Apr 28, 2023

Features

Fix #366

Bug fixes

Respond with wrong password message when the client provides a bad username/password and auth query is used.

Skip flakey mirroring test.

Known issues

TLS connections produce could not receive data from client: Connection reset by peer in Postgres logs when terminating the connection. The TLS connection is probably not properly shut down. I've tried using both rustls and native, and both produce this message in Postgres logs.

@levkk levkk added the wip Work in progress label Apr 28, 2023
@levkk levkk marked this pull request as ready for review April 29, 2023 01:05
@levkk levkk marked this pull request as draft April 29, 2023 04:13
@levkk levkk added enhancement New feature or request bug Something isn't working and removed wip Work in progress labels Apr 30, 2023
@levkk levkk marked this pull request as ready for review April 30, 2023 16:22
@levkk levkk merged commit 0d50403 into main Apr 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for TLS when connecting to servers
1 participant