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