diff --git a/src/assets/images/changelog/cloudflare-tunnel/tunnel-origin-settings-dashboard.gif b/src/assets/images/changelog/cloudflare-tunnel/tunnel-origin-settings-dashboard.gif new file mode 100644 index 00000000000..cd52f9cf0e5 Binary files /dev/null and b/src/assets/images/changelog/cloudflare-tunnel/tunnel-origin-settings-dashboard.gif differ diff --git a/src/content/changelog/tunnel/2026-08-18-tunnel-origin-settings-dashboard.mdx b/src/content/changelog/tunnel/2026-08-18-tunnel-origin-settings-dashboard.mdx new file mode 100644 index 00000000000..36469cf0394 --- /dev/null +++ b/src/content/changelog/tunnel/2026-08-18-tunnel-origin-settings-dashboard.mdx @@ -0,0 +1,24 @@ +--- +title: Configure origin application settings for Cloudflare Tunnel in the dashboard +description: You can now configure origin parameters such as TLS verification, HTTP Host header, connection timeouts, and more when editing a published application in the Cloudflare dashboard. +products: + - tunnel + - cloudflare-tunnel-sase +date: 2026-08-18 +--- + +import { DashButton } from "~/components"; + +You can now configure origin application settings directly in the Cloudflare dashboard when adding or editing a published application route for a [Cloudflare Tunnel](/tunnel/). These settings control how `cloudflared` connects to your origin server and were previously only available in the Cloudflare One dashboard or via local configuration files. + +![Configure origin application settings in the Cloudflare dashboard](~/assets/images/changelog/cloudflare-tunnel/tunnel-origin-settings-dashboard.gif) + +When editing a published application, expand **Additional application settings** to configure parameters organized into three categories: + +- **HTTP** — Set a custom HTTP Host header or disable chunked encoding. +- **TLS** — Configure origin server name, CA pool, TLS timeout, disable TLS verification, match SNI to host, or enable HTTP/2 to origin. +- **Connection** — Tune connect timeout, keep-alive timeout, keep-alive connections, TCP keep-alive interval, proxy type, or disable Happy Eyeballs. + + + +For the full list of origin parameters, refer to [Origin parameters](/tunnel/advanced/origin-parameters/). diff --git a/src/content/partials/cloudflare-one/tunnel/origin-parameters.mdx b/src/content/partials/cloudflare-one/tunnel/origin-parameters.mdx index 98dd9cab70d..0b47fb0b6c6 100644 --- a/src/content/partials/cloudflare-one/tunnel/origin-parameters.mdx +++ b/src/content/partials/cloudflare-one/tunnel/origin-parameters.mdx @@ -16,12 +16,14 @@ This section describes how to update origin parameters for a -1. In the [Cloudflare dashboard](https://dash.cloudflare.com/), go to **Zero Trust** > **Networks** > **Connectors** > **Cloudflare Tunnels**. -2. Choose a tunnel and select **Edit**. -3. Select the **Published application routes** tab. -4. Choose an application and select **Edit**. -5. Under **Additional application settings**, modify one or more origin parameters. -6. Select **Save**. +1. In the Cloudflare dashboard, go to **Networking** > **Tunnels** and select your tunnel. + + + +2. Go to the **Routes** tab. +3. Select **Edit route** from the action menu on the published application you want to configure, or select **Add route** to create a new one. +4. Expand **Additional application settings** and modify origin parameters under the **HTTP**, **TLS**, or **Connection** categories. +5. Select **Save changes**.