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.
The text was updated successfully, but these errors were encountered:
For RusTLS, the solution in #1166 was acceptable, but it was closed because the author didn't have the time to address the review comments. If someone wants to take that PR, trim it down to just the RusTLS changes and address the nits, we'd gladly merge it.
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.
The text was updated successfully, but these errors were encountered: