Skip to main content

Module tls

Module tls 

Source
Expand description

TLS support for PostgreSQL connections (feature-gated).

PostgreSQL TLS is negotiated by sending an SSLRequest message and then upgrading the underlying TCP stream to a TLS stream using rustls.