There was a network error. Can't reach Edge
Last updated
Was this helpful?
The desktop client shows this error when it cannot complete a POST or GET request to the Edge (enrollment) service.
From the machine running the client, open the Edge enrollment URL in a browser or send a request manually:
curl -v https://enroll.company.comIf this fails, the problem is network-level: firewall rules, DNS, or the Edge service not running.
On the server hosting Edge:
systemctl status defguard-proxy
journalctl -u defguard-proxy -n 100In 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.
Last updated
Was this helpful?
Was this helpful?