Sorry for the delay, the forum was down today for maintenance.
Good news: this almost certainly isn’t your server, and it isn’t the Root CA either.
Sparrow, Ocean, and Chrome all reach your node fine, so the server, its `.local` advertisement, and your network are all working. And `ERR_ADDRESS_UNREACHABLE` is a “couldn’t get to that address” error rather than a certificate error — so the Root CA trust isn’t what’s failing here, even though that page gave you trouble in the past.
What’s left is something cached or configured inside Brave itself. The most likely culprit is Brave’s own DNS cache: Chromium-based browsers keep a private address cache separate from your operating system’s, so Brave can be stuck retrying an address your server no longer uses while Chrome, starting cold, resolves the current one correctly. That fits your timeline well — slow at first, then intermittent, then dead. If your server picked up a new IP address from your router when it rebooted for the 0.4.0.1 update, that would be exactly the trigger.
Try these in order — most people are fixed by step 2:
**1. Find out whether it’s naming or routing.**
In Brave, browse to your server’s IP address directly, e.g. `https://192.168.1.50` (you can find it in your router’s device list, or under System → About in the StartOS UI on a browser that works). Expect a certificate warning — that’s fine, click through it just for this test.
- If it loads → it’s an address-lookup problem. Continue to step 2.
- If it also fails → skip to step 4.
**2. Clear Brave’s internal caches.**
- Go to `brave://net-internals/#dns` and click **Clear host cache**.
- Go to `brave://net-internals/#sockets` and click **Flush socket pools**.
- Now try your `.local` address again.
**3. Turn off Secure DNS.**
Go to `brave://settings/security` and switch **Use secure DNS** off. `.local` addresses are resolved on your local network, not by a public DNS provider, and Brave routing those lookups outward will make them fail every time.
**4. Rule out Brave’s networking features and add-ons.**
- Make sure **Brave VPN / Brave Firewall** is off — it routes your traffic away from your local network, which would block your node completely.
- Disable all extensions temporarily.
- Create a brand-new Brave profile and try from there. (Use a new profile, not a Private window — Private windows share your existing settings.)
**5. Last resort:** go to `brave://flags` and click **Reset all** at the top.
If one of these fixes it, could you let us know which? It tells us whether this was a stale cache — which can come back — or a Brave setting, which is a one-time fix. Either way it’s useful for the next person who hits this.