0

I am facing the same problem described in (Error on Quarkus reactive datasource SSL handshake). The problem seems solved, but I didn't manage to make it work. I tried providing the trust-certificate-pem property but I still get - Ssl handshake failed.

My yml config looks something like:

quarkus:
  datasource:
    reactive:
      url: postgresql://<host>:5432/<database>
      postgresql:
        ssl-mode: verify_ca
      trust-certificate-pem:
        enabled: true
        certs: /path/client-cert.pem,/path/server-ca.pem
      key-certificate-pem:
        enabled: true
        keys: /path/client-key.pem
        certs: /path/client-cert.pem

Am I missing something? I would really appreciate the help.

0 Answers0