-| sslmode | The SSL certificate verification mode to use when connecting to Amazon Redshift. This property is only supported in version 2.0. The following options are supported: <br/>- **Verify_full** (verify-full): Connect only using SSL, a trusted certificate authority, and a server name that matches the certificate.<br/>- **Verify_ca** (verify-ca): Connect only using SSL and a trusted certificate authority.<br/>- **Required** (require): Connect only using SSL.<br/>- **Preferred** (prefer): Connect using SSL if available. Otherwise, connect without using SSL.<br/>- **Allowed** (allow): By default, connect without using SSL. If the server requires SSL connections, then use SSL.<br/>- **Disabled** (disable): Connect without using SSL. | No, default is verify-full |
0 commit comments