Question
How to configure SSL connection to Google Cloud SQL (PostgreSQL)
How to configure SSL connection to Google Cloud SQL (PostgreSQL)
Unable to connect to Google Cloud SQL Postgres with SSL enabled
Use a PROPERTIES file to customize a JDBC connection
Note:
To enforce SSL connections for Google Cloud SQL Postgres data sources in Tableau Server, the SSL mode needs to be set to verify-ca or verify-full.
Above SSl Mode Descriptions will always require a valid SSL certificate to connect.
Alternatively, if your Tableau server environment has multiple Postgres data sources and some of them are on non-SSL connections, then use options like sslmode=allow or sslmode=prefer as it allows both SSL and non-SSL-based connections.
Refer to the below Postgres documentation for detailed information about the SSL Mode Descriptions
https://www.postgresql.org/docs/current/libpq-ssl.html