mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-06 21:12:55 +00:00
TLS for postgres_backend and proxy
Add TLS support to `postgres_backend`. Implement this support in `proxy`. Other applications must opt-in and provide a `rustls::ServerConfig`.
This commit is contained in:
@@ -17,5 +17,6 @@ serde_json = "1"
|
||||
tokio = { version = "1.7.1", features = ["full"] }
|
||||
tokio-postgres = "0.7.2"
|
||||
clap = "2.33.0"
|
||||
rustls = "0.19.1"
|
||||
|
||||
zenith_utils = { path = "../zenith_utils" }
|
||||
|
||||
Reference in New Issue
Block a user