Skip to content

fix: enable rustls-backed Postgres TLS connections#729

Merged
psteinroe merged 1 commit intomainfrom
fix/tls
Apr 4, 2026
Merged

fix: enable rustls-backed Postgres TLS connections#729
psteinroe merged 1 commit intomainfrom
fix/tls

Conversation

@psteinroe
Copy link
Copy Markdown
Collaborator

@psteinroe psteinroe commented Apr 4, 2026

fixes #723

  • Switch SQLx runtime features to rustls and add required TLS root dependencies
  • Configure the test Postgres Docker image with a self-signed SSL cert and enable SSL by default
  • Add a Linux CLI integration test covering TLS connection strings with sslmode and channel binding

@psteinroe psteinroe merged commit 2c7f5a3 into main Apr 4, 2026
9 checks passed
@psteinroe psteinroe deleted the fix/tls branch April 4, 2026 19:16
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.

Bug: "error occurred while attempting to establish a TLS connection"

1 participant