Using SSL in PostgreSQL JDBC connections #6430
-
Hello. We are trying to configure If I simply use I couldn't find a guide to correctly configure SSL. Is there a guide to configure this correctly? Is Apicurio Registry's docker image built to support configuring SSL? Thank you in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Looks like you're missing at least the root SSL certificate. You should be able to provide that in k8s via a mounted volume and then point to it in your JDBC configuration using the |
Beta Was this translation helpful? Give feedback.
Looks like you're missing at least the root SSL certificate. You should be able to provide that in k8s via a mounted volume and then point to it in your JDBC configuration using the
sslrootcert
param.