File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
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.
4
4
date : 2023-05-02
5
- tags : ['Security and Authentication', 'Errors and Exceptions']
5
+ tags : ['Security and Authentication', 'Errors and Exceptions', '210' ]
6
6
keywords : ['Error', 'SSL Certificate']
7
7
---
8
8
9
9
{ frontMatter .description }
10
10
{ /* truncate */ }
11
11
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 }
13
13
14
14
The error is typically reported as:
15
15
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`
17
17
18
18
## Cause of the Error { #cause - of - the - error }
19
19
You can’t perform that action at this time.
0 commit comments