Skip to content

Commit a88cea6

Browse files
authored
Merge pull request #3906 from ClickHouse/Blargian-patch-34
[Feedback] include code error name for better searchability
2 parents 66249bf + fc24660 commit a88cea6

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
55
tags: ['Security and Authentication', 'Errors and Exceptions']
6-
keywords: ['Error', 'SSL Certificate']
6+
keywords: ['Error', 'SSL Certificate', '210']
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)