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 2f925872af Add 5-43 (#2315)
2f925872af is described below
commit 2f925872af0a431a049e9cd7c45bcae30666412f
Author: Albumen Kevin <[email protected]>
AuthorDate: Sat Feb 25 18:04:09 2023 +0800
Add 5-43 (#2315)
---
content/en/docs3-v2/java-sdk/faq/5/43.md | 14 ++++++++++++++
content/zh-cn/docs3-v2/java-sdk/faq/5/43.md | 14 ++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/content/en/docs3-v2/java-sdk/faq/5/43.md
b/content/en/docs3-v2/java-sdk/faq/5/43.md
new file mode 100644
index 0000000000..5091e82fc0
--- /dev/null
+++ b/content/en/docs3-v2/java-sdk/faq/5/43.md
@@ -0,0 +1,14 @@
+---
+type: docs
+title: "5-43 - Dubbo certificate signing connection is not secure"
+linkTitle: "5-43 - Dubbo certificate signing connection is insecure"
+weight: 43
+---
+
+### possible reason
+
+Dubbo's connection to remote CA is not secure
+
+### Troubleshooting and resolution steps
+
+- Check whether the Dubbo process has correctly configured the CA certificate
information and the Token acquisition method of OIDC (OpenID Connect)
diff --git a/content/zh-cn/docs3-v2/java-sdk/faq/5/43.md
b/content/zh-cn/docs3-v2/java-sdk/faq/5/43.md
new file mode 100644
index 0000000000..42d020dd91
--- /dev/null
+++ b/content/zh-cn/docs3-v2/java-sdk/faq/5/43.md
@@ -0,0 +1,14 @@
+---
+type: docs
+title: "5-43 - Dubbo 证书签发连接不安全"
+linkTitle: "5-43 - Dubbo 证书签发连接不安全"
+weight: 43
+---
+
+### 可能的原因
+
+Dubbo 与远程 CA 的连接不安全
+
+### 排查和解决步骤
+
+- 检查 Dubbo 进程是否已经正确配置了 CA 证书信息以及 OIDC(OpenID Connect)的 Token 获取方式