How to configure SSL connection to Google Cloud SQL (PostgreSQL) from Tableau Server.
"openssl pkcs8 -topk8 -nocrypt -inform PEM -in client-key.pem -outform DER -out client-key.pk8 -v1 PBE-MD5-DES"
sslmode=verify-casslcert=<path>/client-cert.pemsslrootcert=<path>/server-ca.pemsslkey=<path>/client-key.pk8sslmode=verify-casslcert=/var/opt/tableau/tableau_server/data/tabsvc/vizqlserver/Datasources/client-cert.pemsslrootcert=/var/opt/tableau/tableau_server/data/tabsvc/vizqlserver/Datasources/server-ca.pemsslkey=/var/opt/tableau/tableau_server/data/tabsvc/vizqlserver/Datasources/client-key.pk8C:\Program Files\Tableau\Tableau Server\data\tabsvc\vizqlserver\Datasources
C:\Program Files\Tableau\Tableau Server\packages\bin.<build number>C:\Program Files\Tableau\Tableau Server\data\tabsvc\minerva\DatasourcesC:\Program Files\Tableau\Tableau Server\data\tabsvc\flowprocessor\DatasourcesC:\Program Files\Tableau\Tableau Server\data\tabsvc\flowminerva\Datasources
/var/opt/tableau/tableau_server/data/tabsvc/vizqlserver/Datasources//var/opt/tableau/tableau_server/data/tabsvc/minerva/Datasources//var/opt/tableau/tableau_server/data/tabsvc/flowprocessor/Datasources//var/opt/tableau/tableau_server/data/tabsvc/flowminerva/Datasources/*If a Flow also needs to connect to Google Cloud SQL, Tableau Server should be restarted after saving the .properties file.
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
001458643

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.