Skip to content

Commit 8201d09

Browse files
Update tidb-cloud/tidb-cloud-tls-connect-to-premium.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 3266d67 commit 8201d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tidb-cloud/tidb-cloud-tls-connect-to-premium.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ connection.connect(function(err) {
274274
});
275275
```
276276

277-
Parameter descriptions
277+
Parameter descriptions:
278278

279279
- Set `ssl: {minVersion: 'TLSv1.2'}` to restrict the versions of the TLS protocol. If you want to use TLS 1.3, you can set the version to `TLSv1.3`.
280280
- Set `ssl: {ca: fs.readFileSync('<CA_path>')}` to read your local CA path of the downloaded TiDB cluster `ca.pem`.

0 commit comments

Comments
 (0)