RDM 2026.2.1.2 (macOS): RDP-via-RD-Gateway always fails — network monitor loops "Network transition detected - Pausing connections"
Environment
Problem Every connection attempt fails within ~3 seconds with:
ERROR Could not establish a secure connection to the host (0x00020008)
(occasionally Connection failed (0x00020006)). Nothing ever reaches the gateway server (verified server-side: no handshake/auth is logged).
Root cause (from RDM debug+verbose log) RemoteDesktopManager.debug shows, in the same second as the error:
DEBUG Network monitoring initialized for host: u3wsva2djj-stage.oneclick.services
DEBUG Network transition detected for host: u3wsva2djj-stage.oneclick.services - Pausing connections
DEBUG Certificate verification skipped: Network transition in progress
→ ERROR Could not establish a secure connection to the host (0x00020008)
The network monitor then loops endlessly, emitting dozens of identical lines per second and never settling:
DEBUG Network restored for host: … - Starting stabilization period
DEBUG Network transition detected for host: … - Pausing connections
It appears the network monitor performs a reachability check tied to the connection's Host, and because that Host is only resolvable via the gateway (not local DNS), the check fails permanently → it perpetually reports a "network transition" and pauses the connection, so the actual connect never proceeds (TLS/cert verification is explicitly skipped).
Proof this is RDM-specific (not network/gateway/target)
Already tried (no effect)
Questions / request
Confirmed regression (version bisect)
Conclusion: A change introduced between RDM 2025.3.9.2 and 2026.1.x added the RDP "network monitoring / network-transition pausing" behavior that breaks connections whose Host is only resolvable through the RD Gateway. Downgrading to 2025.3.9.2 is the current workaround.
Updated request: Please identify the change between 2025.3.9.2 and 2026.1.x that introduced this behavior, and provide a fix or a setting to disable the RDP network-monitoring/transition pausing — so we can run a current RDM version against gateway-brokered hosts.
Hi,
Thank you for the detailed report, the debug logs and version bisect were very helpful in tracking this down.
I was able to reproduce the issue and have applied a fix. This will be included in the 2026.2.2.0 release.
Best regards,
Samuel Oliveira Martel