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?