Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/content/partials/ssl/forward-client-certificate.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading