You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using v0.5.1 of sqlx and it does not work with native TLS due to missing implementation for including client certificates. I have a working implementation in my fork located at https://github.com/linuxuser586/sqlx/tree/postgres-native-tls-fixes. It is currently based on v0.5.1. I'll create a pull request when it is more stable, has tests, and is based on master.