Hello all. Does GoodData configure the Amazon Reds...
# gooddata-cloud
e
Hello all. Does GoodData configure the Amazon Redshift JDBC driver to use SSL by default?
k
New message text here
m
Hi Eoghan, I would like to complete our assistant's response. The Redshift JDBC driver allows you to specify whether the connection uses SSL with the parameters
SSL
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: • SSLSSLMode