pgagroal icon indicating copy to clipboard operation
pgagroal copied to clipboard

TLS support: pgagroal - PostgreSQL

Open jesperpedersen opened this issue 4 years ago • 10 comments

Support TLS v1.2 and TLS v1.3.

  • Extend the server structure with the required configuration parameters
  • Extend the connection structure with the SSL_SESSION data (i2d_SSL_SESSION())

jesperpedersen avatar Apr 21 '20 17:04 jesperpedersen

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.

dpinchukov-ueni avatar Jan 13 '21 12:01 dpinchukov-ueni

I'm working on something else at the momment, so community effort currently.

jesperpedersen avatar Jan 13 '21 14:01 jesperpedersen

#404 is related

jesperpedersen avatar Feb 20 '24 19:02 jesperpedersen