-
I've recently migrated an application to use While the error seems to be straightforward, I'm not really sure why it works with sync Diesel, but fails with async version. Could it be caused by some differences between underlying Postgres libraries ( |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It turns out Azure Postgres requires secure connection and following this example resolved the issue: https://github.com/weiznich/diesel_async/tree/main/examples/postgres/pooled-with-rustls |
Beta Was this translation helpful? Give feedback.
It turns out Azure Postgres requires secure connection and following this example resolved the issue: https://github.com/weiznich/diesel_async/tree/main/examples/postgres/pooled-with-rustls