Using SSL for connection between GeoNetwork and PostgreSQL

148 Views Asked by At

I use GeoNetwork 3.10.6 in Tomcat as a service and want to connect to a Postgres 12.8 db on another server via ssl. I think, I have to change something in the jdbc.properties file.

I tried something like: jdbc.connectionProperties=ssl=true but no success.

Does anyone have experience with it?

0

There are 0 best solutions below