# There was a network error. Can't reach Edge

The desktop client shows this error when it cannot complete a POST or GET request to the Edge (enrollment) service.

### Verify Edge is reachable

From the machine running the client, open the Edge enrollment URL in a browser or send a request manually:

```sh
curl -v https://enroll.company.com
```

If this fails, the problem is network-level: firewall rules, DNS, or the Edge service not running.

### Check Edge is running

On the server hosting Edge:

```sh
systemctl status defguard-proxy
journalctl -u defguard-proxy -n 100
```

### TLS version compatibility

In some cases the web server in front of Edge is configured to accept TLS 1.3 only. The Defguard desktop client supports up to TLS 1.2. If the server rejects TLS 1.2 connections, the client cannot connect and will show this error.

Configure your reverse proxy or web server to also accept TLS 1.2, or check your server's minimum TLS version setting.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.defguard.net/support-1/troubleshooting-guides/edge-component/there-was-a-network-error.-cant-reach-edge.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
