Skip to content

Commit 655c347

Browse files
final
1 parent 7ed6540 commit 655c347

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

src/content/docs/cloudflare-one/connections/connect-devices/warp/configure-warp/managed-networks.mdx

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,20 @@ On this page, you will learn how to create a TLS endpoint on your trusted networ
3333
- The WARP client scans all managed networks every time it detects a network change event from the operating system. To minimize performance impact, reuse the same TLS endpoint across multiple locations unless you require distinct settings profiles for each location.
3434
- Ensure that the device can only reach one managed network at any given time. If multiple managed networks are configured and reachable, there is no way to determine which settings profile the device will receive.
3535

36-
## 1. Choose a TLS endpoint
37-
38-
A TLS endpoint is a host on your network that serves a TLS certificate. The TLS endpoint acts like a network location beacon — when a device connects to a network, the WARP client on the device detects the TLS endpoint and validates the TLS certificate against the SHA-256 fingerprint (if specified) or against the local certificate store to check that it is signed by a public certificate authority.
39-
40-
The TLS certificate can be hosted by any device on your network. However, the endpoint must be inaccessible to users outside of the network location. WARP will automatically exclude the managed network endpoint from all device profiles to ensure that users cannot connect to this endpoint over Cloudflare Tunnel. We recommend choosing a host that is physically in the office which remote users do not need to access, such as a printer.
41-
42-
## WARP client and managed network detection
36+
## WARP client managed network detection
4337

4438
When you configure a managed network, the WARP client uses the TLS endpoint to determine whether the device is on that network.
4539

4640
The time it takes to apply the correct device profile depends on how quickly the TLS endpoint responds.
4741

4842
If the TLS endpoint times out after 5 seconds, the WARP client will determine that the device is not on a managed network and will apply the default device profile. The WARP client only retries detection if a non-timeout error occurs. A timeout triggers fallback to the default device profile without further retries.
4943

44+
## 1. Choose a TLS endpoint
45+
46+
A TLS endpoint is a host on your network that serves a TLS certificate. The TLS endpoint acts like a network location beacon — when a device connects to a network, the WARP client on the device detects the TLS endpoint and validates the TLS certificate against the SHA-256 fingerprint (if specified) or against the local certificate store to check that it is signed by a public certificate authority.
47+
48+
The TLS certificate can be hosted by any device on your network. However, the endpoint must be inaccessible to users outside of the network location. WARP will automatically exclude the managed network endpoint from all device profiles to ensure that users cannot connect to this endpoint over Cloudflare Tunnel. We recommend choosing a host that is physically in the office which remote users do not need to access, such as a printer.
49+
5050
### Create a new TLS endpoint
5151

5252
If you do not already have a TLS endpoint on your network, you can set one up as follows:
@@ -287,3 +287,8 @@ To check if the WARP client detects the network location:
287287
1. Turn on WARP.
288288
2. Disconnect and reconnect to the network.
289289
3. Open a terminal and run `warp-cli debug alternate-network`.
290+
291+
## Related resources
292+
293+
- [Device profiles](/cloudflare-one/connections/connect-devices/warp/configure-warp/device-profiles/) - How to create and manage the device profiles you apply via managed networks.
294+
- [WARP settings](https://developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-settings/) - Defines how WARP behaves and what users can do.

0 commit comments

Comments
 (0)