Howdy folks, was hoping to get some guidance on my current challenges. I am using jdbc to connect to an actian zen database for my source, and trying to write the resulting rowset to Postgres using jdbc to neon.tech. The architecture means I am having to use jlink to build a minimal java17 jre. I am getting a ssl connection failure, and so went and added the letsencrypt server certificate to the jre's keystore. I am still failing to connect. Do I need some sort of cert for my client? I am brand new to neon.tech and was just hoping to use it for a simple test db. Any guidance to articles or bestowed wisdom is greatly appreciated.