Skip to content

Commit

Permalink
[Chore](docs)Add SSL Faq (#22956)
Browse files Browse the repository at this point in the history
  • Loading branch information
irenesrl authored Aug 15, 2023
1 parent b49dc80 commit 27f5b62
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/en/docs/faq/data-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,3 +169,9 @@ FROM kafka
"property.group.id" = "xxx"
);
```
### Q12. ERROR 1105 (HY000): errCode = 2, detailMessage = (192.168.90.91)[CANCELLED][INTERNAL_ERROR]error setting certificate verify locations: CAfile: /etc/ssl/certs/ca-certificates.crt CApath: none

```
yum install -y ca-certificates
ln -s /etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt /etc/ssl/certs/ca-certificates.crt
```
5 changes: 5 additions & 0 deletions docs/zh-CN/docs/faq/data-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,8 @@ FROM kafka
"property.group.id" = "xxx"
);
```
### Q12. ERROR 1105 (HY000): errCode = 2, detailMessage = (192.168.90.91)[CANCELLED][INTERNAL_ERROR]error setting certificate verify locations: CAfile: /etc/ssl/certs/ca-certificates.crt CApath: none
```
yum install -y ca-certificates
ln -s /etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt /etc/ssl/certs/ca-certificates.crt
```

0 comments on commit 27f5b62

Please sign in to comment.