Configuring SSL Verification
If you are connecting to a Redshift server that has Secure Sockets Layer (SSL) enabled, then you can configure the connector to connect to an SSL-enabled socket. When connecting to a server over SSL, the connector supports identity verification between the client and the server.
You can set the connection properties described below in a connection string or in a DSN (in the odbc.ini
file). Settings in the connection string take precedence over
settings in the DSN.
To configure SSL verification:
- Set the
SSLMode
property to the appropriate SSL mode. - To specify an SSL certificate, set the
SSLCertPath
property to the full path and file name of the certificate file. - To specify the minimum version of SSL to use, set the
Min_TLS
property to the minimum version of SSL. Supported options include1.0
for TLS 1.0,1.1
for TLS 1.1, and1.2
for TLS 1.2.
Note:
For information about SSL support in Amazon Redshift, see the topic Connect Using SSL in the Amazon Redshift Management Guide at http://docs.aws.amazon.com/redshift/latest/mgmt/connecting-ssl-support.html#connect-using-ssl.
Related topics
- Security and Authentication
- SSL Driver Configuration Options on page 1
- Configuring the Driver on page 1