Note
This parameter is available starting with V2.2.50.
Description
ssl_client_authentication specifies whether to enable the SSL connection feature.
Privilege requirements
Query the parameter
The
systenant and all user tenants can use theSHOW PARAMETERSstatement or theGV$OB_PARAMETERSview to query this parameter.Modify the parameter
Only the
systenant can modify this parameter. User tenants cannot modify this parameter.
Attributes
| Attribute | Description |
|---|---|
| Type | Bool |
| Default value | False |
| Value range | |
| Modifiable | Yes. You can use the ALTER SYSTEM SET statement to modify the parameter. |
| Effective upon OBServer node restart | No. The setting takes effect immediately. |
Considerations
After you set the ssl_client_authentication parameter, the setting takes effect only after you restart all ca, cert, and key files.
Examples
Disable the SSL connection feature.
obclient> ALTER SYSTEM SET ssl_client_authentication = False;