Tls example #137
Unanswered
jschnitzer
asked this question in
Q&A
Tls example
#137
Replies: 1 comment
-
I figured this out and leaving this here in the case other run across it that are a bit newer to Rust and its eco-system. The step I found was to create a TlsConnector
With this you can create your queues:
To typle your queues in this structure would look like:
That last bit I am sure there is a cleaner way to do it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using Fang with a AWS PostgreSQL RDS instance that has SSL on. Do you have an example of how I would leverage Tls in this case?
I've been using sea-orm for my other database operations and behind the scenes it uses sqlx-postgres and that seems to handle it transparently for me.
thank you!
Beta Was this translation helpful? Give feedback.
All reactions