diff --git a/src/content/partials/ssl/forward-client-certificate.mdx b/src/content/partials/ssl/forward-client-certificate.mdx index f83ad616489ce5..54e23618e1baee 100644 --- a/src/content/partials/ssl/forward-client-certificate.mdx +++ b/src/content/partials/ssl/forward-client-certificate.mdx @@ -7,9 +7,10 @@ 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. -:::caution +To avoid adding the certificate to every single request, the certificate is only forwarded on the first request of an mTLS connection. -This process is only available on accounts with [Cloudflare Access](/cloudflare-one/). +:::caution +This process is only available on accounts with [Cloudflare Access](/cloudflare-one/). ::: ### Cloudflare API