Skip to content

Commit afb03f8

Browse files
[SSL] Call out cert is only forwarded on first request (#18572)
* Update forward-client-certificate.mdx added note about cert only being forwarded on first request * Replace cert by full form and separate from plan callout --------- Co-authored-by: Rebecca Tamachiro <[email protected]>
1 parent dcb4bb5 commit afb03f8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/content/partials/ssl/forward-client-certificate.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@
77

88
In addition to enforcing mTLS authentication for your host, you can also forward a client certificate to your origin server as an HTTP header. This setup is often helpful for server logging.
99

10-
:::caution
10+
To avoid adding the certificate to every single request, the certificate is only forwarded on the first request of an mTLS connection.
1111

12-
This process is only available on accounts with [Cloudflare Access](/cloudflare-one/).
12+
:::caution
13+
This process is only available on accounts with [Cloudflare Access](/cloudflare-one/).
1314
:::
1415

1516
### Cloudflare API

0 commit comments

Comments
 (0)