Skip to content

Commit

Permalink
add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Revolyssup committed Dec 20, 2023
1 parent 09e0f5f commit 3417a75
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/en/latest/concepts/apisix_tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@ This feature is only supported with APISIX version 3.4 or above.

APISIX allows configuring an URI whitelist to bypass MTLS. If the URI of a request is in the whitelist, then the client certificate will not be checked. Note that other URIs of the associated SNI will get HTTP 400 response instead of alert error in the SSL handshake phase, if the client certificate is missing or invalid.

::: note
This feature is only available in APISIX version 3.4 and above.
:::

The below example creates an APISIX ssl resource where MTLS is bypassed for any route that starts with `/ip`.

```yaml
Expand Down

0 comments on commit 3417a75

Please sign in to comment.