You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/cloudflare-one/connections/connect-devices/warp/troubleshooting/troubleshooting-guide.mdx
+15-7Lines changed: 15 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -344,12 +344,6 @@ Identity-based selectors are only available if the user [enrolled the device](/c
344
344
345
345
:::
346
346
347
-
#### Edit your device profile match rules
348
-
349
-
To modify the match rules of a device profile, you will need to edit the device profile. To edit the device profile:
350
-
351
-
<Renderfile="warp/edit-profile-settings" />
352
-
353
347
#### Review your managed network settings
354
348
355
349
A [managed network](/cloudflare-one/connections/connect-devices/warp/configure-warp/managed-networks/) is a network location that you define with a TLS endpoint, like a physical office. The WARP client checks for this TLS endpoint to determine its location and apply the corresponding device profile.
@@ -362,12 +356,26 @@ When troubleshooting WARP for managed network isses:
362
356
363
357
The WARP client connects to the TLS endpoint to identify the network. If the endpoint is down or unreachable, the WARP client will fail to detect the network and apply the wrong profile.
364
358
365
-
// need instructions on how to do this //
359
+
<Renderfile="warp/managed-networks-sha-256" />
360
+
361
+
If the endpoint is down, you will receive a `Could not find certificate from <stdin>` response.
362
+
363
+
If you received a returned SHA-256 fingerprint:
364
+
365
+
1. Log into [Zero Trust](https://one.dash.cloudflare.com/), go to **Settings** > **WARP Client**.
366
+
2. Go to **Manage Networks** > **Edit**.
367
+
3. Compare the TLS Cert SHA-256 in the dashboard with the returned fingerprint in your terminal to ensure they match.
366
368
367
369
2. Use a single profile for a single location.
368
370
369
371
To simplify management and prevent errors, avoid creating multiple managed network profiles for the same location. For example, if you have multiple TLS endpoints in one office, link them all to a single device profile. This reduces the risk of a device matching an unintended profile due to a configuration error.
370
372
373
+
#### Edit your device profile match rules
374
+
375
+
To modify the match rules of a device profile, you will need to edit the device profile. To edit the device profile:
0 commit comments