A Microsoft desktop and app virtualization service that runs on Azure. Previously known as Windows Virtual Desktop.
Hey Bobby, it sounds like your Dell ThinOS devices are intermittently failing the TLS handshake with your AVD gateway, hence the SSL_ERR_HANDSHAKE_FAILED (519) error. Here’s a quick checklist of the most common culprits and what to do:
- SSL/TLS inspection on the network
- Many firewalls, proxies or Zscaler appliances will break AVD’s end-to-end encryption if they try to inspect the traffic.
- Action: Work with your network team to bypass all Azure Virtual Desktop FQDNs (control plane + gateway) from SSL inspection.
- Missing or outdated root/intermediate CA on the ThinOS client
- If ThinOS doesn’t trust the Microsoft-issued certificates (especially after cert rotations), the handshake will fail.
- Action: Use Wyse Management Suite (WMS) to push the “DigiCert Global Root CA” and “Microsoft RSA Root Certificate Authority 2017” into the device trust store.
- ThinOS / Microsoft AVD package bugs
- Even though you’re on ThinOS 10 2511 with AVD 3.3.384, there have been mid-cycle patches to address session crashes & handshake failures.
- Action: Check Dell’s release notes/community thread for any hotfixes, collect WMS logs (wlogd) around the disconnect time, and open a case with Dell if needed.
- Narrow down client vs. host network issues
- Try connecting from a Windows PC on the same network segment. If Windows works fine, it definitely points to ThinOS or your network path.
- Look for patterns: wired vs. Wi-Fi, specific site or VPN, time of day, etc.
- Gather diagnostics
- Pull ThinOS logs via WMS (Troubleshooting > Request Log File).
- Use Azure Network Watcher or the AVD Required URL Check tool to validate connectivity to all required FQDNs/URLs.
- Review AVD Insights (Connection Reliability tab) to see if there’s a spike in TCP vs. UDP transport or licensing timeouts.
Hope that helps you get to the bottom of those random 519 disconnects!
Reference list
- Azure Virtual Desktop troubleshooting guide https://learn.microsoft.com/troubleshoot/azure/virtual-desktop/welcome-virtual-desktop
- Bypass SSL/TLS inspection for AVD (proxy server support) https://learn.microsoft.com/azure/virtual-desktop/proxy-server-support
- Protect Azure Virtual Desktop deployments (Azure Firewall) https://learn.microsoft.com/azure/firewall/protect-azure-virtual-desktop
- Required FQDNs and endpoints for AVD https://learn.microsoft.com/azure/virtual-desktop/check-access-validate-required-fqdn-endpoint?tabs=azure
- Safe URL list & Required URL Check tool https://learn.microsoft.com/azure/virtual-desktop/safe-url-list https://learn.microsoft.com/azure/virtual-desktop/required-url-check-tool
- Wyse ThinOS 10 x Release Notes (certificate management) https://www.dell.com/support/manuals/en-in/manuals/wyse-thinos-maintenance/thinos_10.x_rn
- Dell community thread on ThinOS AVD disconnects https://www.dell.com/community/en/conversations/wyse-thinos/connection-issue-with-thinos-connecting-to-avd/69020a090227ab24c372e6d8
- Azure Network Watcher overview https://learn.microsoft.com/azure/network-watcher/network-watcher-monitoring-overview
- RDP Shortpath (UDP bypass for proxies) https://learn.microsoft.com/azure/virtual-desktop/rdp-shortpath
Note: This content was drafted with the help of an AI system. Please verify the information before relying on it for decision-making.