+| sslmode | Controls whether SSL is used, depending on server support. This property is only supported in version 2.0.<br/>- **Verify_full**: The connection fails if the server doesn't support SSL. Also verifies server certificate with host's name.<br/>- **Verify_ca**: The connection fails if the server doesn't support SSL. Also verifies server certificate.<br/>- **Required**: The connection fails if the server doesn't support SSL.<br/>- **Preferred**: Prefer SSL connections if the server allows them, but allow connections without SSL.<br/>- **Allowed**: Prefer non-SSL connections if the server allows them, but allow SSL connections.<br/>- **Disabled**: SSL is disabled. If the server requires SSL, the connection fails. <br/>Options: Verify_full (Default) / Verify_ca / Required / Preferred / Allowed / Disabled | No |
0 commit comments