> For the complete documentation index, see [llms.txt](https://docs.defguard.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.defguard.net/2.1/support-1/troubleshooting-guides/edge-component/there-was-a-network-error.-cant-reach-edge.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
