This is an automated email from the ASF dual-hosted git repository.
monkeydluffy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new 2dc055bcf docs: fix broken code block in client-to-apisix-mtls.md
(#10987)
2dc055bcf is described below
commit 2dc055bcf8d511e7215c98df89655a6ef55a9f3d
Author: Ruidong-X <[email protected]>
AuthorDate: Mon Mar 4 16:28:46 2024 +0800
docs: fix broken code block in client-to-apisix-mtls.md (#10987)
---
docs/zh/latest/tutorials/client-to-apisix-mtls.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/zh/latest/tutorials/client-to-apisix-mtls.md
b/docs/zh/latest/tutorials/client-to-apisix-mtls.md
index 0999ab65a..7d018089e 100644
--- a/docs/zh/latest/tutorials/client-to-apisix-mtls.md
+++ b/docs/zh/latest/tutorials/client-to-apisix-mtls.md
@@ -233,7 +233,7 @@ curl http://127.0.0.1:9180/apisix/admin/ssls/1 \
]
}
}'
-
+```
2. 如果没提供客户端证书,而 URI 又不在白名单内,会得到 HTTP 400 响应。
@@ -296,7 +296,7 @@ curl https://admin.apisix.dev:9443/uuid -v \
<p><em>Powered by <a
href="https://apisix.apache.org/">APISIX</a>.</em></p></body>
</html>
* Connection #0 to host admin.apisix.dev left intact
-
+```
3. 虽然没提供客户端证书,但是 URI 在白名单内,请求会被成功处理和响应。