-
Notifications
You must be signed in to change notification settings - Fork 294
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
Postgres TLS Support #403
Postgres TLS Support #403
Conversation
Hmmmmm, looks like some of the commits don't pass the checks on their own. Does it make sense to combine them or maybe just squash on merge? |
I typically just squash merge |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems reasonable, agree that it feels a touch hacky.
* Implement TlsStream for Socket * starttls trait * Implement TlsConnection in workers-rs * Update example * fmt * docs and fix example
This has been tested and works but the API added to
tokio-postgres
is hacky and will need some refinement.Closes #386