The ClickHouseTLSMode enumeration contains ClickHouse DBMS connection work modes.
It is used by the following properties and methods:
| Value | Brief description |
| 0 | Disable. The connection does not use TLS. |
| 1 | Encrypt. The connection uses TLS but does not check certificate. |
| 2 | Verify. The connection uses TLS and checks certificate. |
See also: