Eoghan Bonass
10/14/2025, 10:00 AMkapa.ai
10/14/2025, 10:00 AMMauricio Cabezas
10/14/2025, 2:59 PMSSL and SSL*. Here’s how it works depending on how you create the data source in GoodData:
• Via the UI: The user interface does not provide a way to set the SSL or SSL* parameters directly. However, by default, the parameters SSL=true and SSLMode=verify-ca are applied, meaning the connection is encrypted.
• Via the REST API: When you create a data source through the REST API, it's up to the user to specify the SSL parameters in the URL. If these parameters are not included, the defaults apply (as in the UI scenario). Users should be aware of the values they configure.
In summary, the connection will be secured with SSL unless the user specifies otherwise for Redshift.
For further details, you can refer to the Redshift JDBC documentation:
• SSL
• SSLMode