Creating Database Connections with the Database Manager

Thanks to everyone who contributed to this thread. Lots of good information. I have been trying to figure out a connection issue for a few days. I have a hosted Postgresql database on Google Cloud using ssl and IP restriction enabled. I can connect fine with a GUI client (dbeaver and Navicat), however when I use the wappler direct database connection I get the following error:

Hostname/IP does not match certificate’s altnames: Host: localhost. is not cert’s CN: systems-dev:sxd

I read on a few boards that you can bypass the CN validation using variables to get around this in your code but there is no option in the wappler DDC to do this.

BTW - I am using MAC OS with Apple Silicone.

Appreciate any suggestions.