Note
This parameter was introduced in OceanBase Database V4.2.1.
Description
sql_protocol_min_tls_version specifies the minimum version of the SSL/TLS protocol used by SSL connections for SQL statements.
Attributes
| Attribute | Description |
|---|---|
| Type | String |
| Default value | none |
| Value range |
|
| Effective upon OBServer node restart | No |
Considerations
This parameter controls only the version of the SSL/TLS protocol for SSL connections. To enable SSL, you must set the ssl_client_authentication parameter.
Example
ALTER SYSTEM SET sql_protocol_min_tls_version = 'none';