sslmode=required not working for rocket_db_pool with feature diesel_postgres #2820
Open
2 tasks done
Labels
request
Request for new functionality
What's missing?
I would like to use rocket_db_pool with feature diesel_postgres with sslmode=require in the connection url. Unfortunately I get the following error message:
I have seen the following message on the diesel-async repo but I have no idea how to integrate the example with my Rocket application:
Any help would be greatly appreciated
Ideal Solution
No response
Why can't this be implemented outside of Rocket?
I believe Rocket should have support for secure database built in
Are there workarounds usable today?
There is a diesel-async workaround is described here: https://github.com/weiznich/diesel_async/blob/main/examples/postgres/pooled-with-rustls/src/main.rs
Alternative Solutions
No response
Additional Context
No response
System Checks
The text was updated successfully, but these errors were encountered: