Quarkus JDBC connection with SSL

Viewed 360

I using quarkus with Panache + Agroal.

I need to setup a DB connection(postgres) with SSL enabled. So I need to somehow configure the server-cert, client-cert and client-key.

I only see this available for the reactive client.

Can this be achieved for non-reactive one? I find it very hard to believe that nobody needed this.

1 Answers
Related