Strapi project, Switching DB between 2 cloud providers, both postgresql

Ive managed to update the config/database.js by commenting out the the Azure DB connection and switching it out with the GCP one… However SSL must be disabled for the GCP DB.

Is there a way to get SSL working with the GCP DB? Thanks