Skip to content

Commit 6d6f36b

Browse files
authored
include code error name for better searchability
1 parent 2c918b4 commit 6d6f36b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

knowledgebase/certificate_verify_failed_error.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
22
title: Resolving SSL Certificate Verify Error in ClickHouse
3-
description: Learn how to resolve the SSL Exception `CERTIFICATE_VERIFY_FAILED` error.
3+
description: Learn how to resolve the SSL Exception CERTIFICATE_VERIFY_FAILED error.
44
date: 2023-05-02
5-
tags: ['Security and Authentication', 'Errors and Exceptions']
5+
tags: ['Security and Authentication', 'Errors and Exceptions', '210']
66
keywords: ['Error', 'SSL Certificate']
77
---
88

99
{frontMatter.description}
1010
{/* truncate */}
1111

12-
## Resolving SSL Certificate Verify Error in ClickHouse {#resolving-ssl-certificate-verify-error-in-clickhouse}
12+
## Resolving code 210 SSL certificate verify error in ClickHouse {#resolving-ssl-certificate-verify-error-in-clickhouse}
1313

1414
The error is typically reported as:
1515

16-
`DB::NetException: SSL Exception: error:1000007d:SSL routines:OPENSSL_internal:CERTIFICATE_VERIFY_FAILED`
16+
`Code: 210. DB::NetException: SSL Exception: error:1000007d:SSL routines:OPENSSL_internal:CERTIFICATE_VERIFY_FAILED`
1717

1818
## Cause of the Error {#cause-of-the-error}
1919

0 commit comments

Comments
 (0)