pgagroal
pgagroal copied to clipboard
TLS support: pgagroal - PostgreSQL
Support TLS v1.2 and TLS v1.3.
- Extend the
server
structure with the required configuration parameters - Extend the
connection
structure with theSSL_SESSION
data (i2d_SSL_SESSION()
)
is there any hope of this getting merged into master? i am playing around with pgagroal (1.1.0 release), and it looks like while the client->pgagroal connections can use TLS, the pgagroal->postgresql connections cannot. support for this seems to be implemented in https://github.com/jesperpedersen/pgagroal/commit/62b14243cc6e1420028b4c4ce4e678f97c94b63a, but that branch is now rather outdated.
I'm working on something else at the momment, so community effort currently.
#404 is related