Skip to content
Merged
Show file tree
Hide file tree
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -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.

<DashButton url="/?to=/:account/tunnels" />

For the full list of origin parameters, refer to [Origin parameters](/tunnel/advanced/origin-parameters/).
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,14 @@ This section describes how to update origin parameters for a <GlossaryTooltip te
<Tabs>
<TabItem label="Dashboard">

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.

<DashButton url="/?to=/:account/tunnels" />

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**.

</TabItem>
</Tabs>
Expand Down