This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/master by this push:
new ae699f64bd Add 5-41
ae699f64bd is described below
commit ae699f64bda5af0ac169b1ec069ed3766524dcfe
Author: Albumen Kevin <[email protected]>
AuthorDate: Tue Feb 21 11:24:56 2023 +0800
Add 5-41
---
content/en/docs3-v2/java-sdk/faq/5/41.md | 14 ++++++++++++++
content/zh-cn/docs3-v2/java-sdk/faq/5/41.md | 15 +++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/content/en/docs3-v2/java-sdk/faq/5/41.md
b/content/en/docs3-v2/java-sdk/faq/5/41.md
new file mode 100644
index 0000000000..6c47ed1f52
--- /dev/null
+++ b/content/en/docs3-v2/java-sdk/faq/5/41.md
@@ -0,0 +1,14 @@
+---
+type: docs
+title: "5-41 - Failed to read SSL certificate"
+linkTitle: "5-41 - Failed to read SSL certificate"
+weight: 41
+---
+
+### possible reason
+
+SSL certificate configuration exception
+
+### Troubleshooting and resolution steps
+
+Check the configuration of the SSL certificate to see if the corresponding
file exists
diff --git a/content/zh-cn/docs3-v2/java-sdk/faq/5/41.md
b/content/zh-cn/docs3-v2/java-sdk/faq/5/41.md
new file mode 100644
index 0000000000..b7b8b84b46
--- /dev/null
+++ b/content/zh-cn/docs3-v2/java-sdk/faq/5/41.md
@@ -0,0 +1,15 @@
+---
+type: docs
+title: "5-41 - SSL证书读取失败"
+linkTitle: "5-41 - SSL证书读取失败"
+weight: 41
+---
+
+### 可能的原因
+
+SSL 证书配置异常
+
+### 排查和解决步骤
+
+检查 SSL 证书的配置,查看对应文件是否存在
+