Since updating to macOS 27 beta 3 (build 26A5378j), my Mac is unable to establish any new TCP connections. This affects all outbound traffic regardless of destination or protocol, while ICMP (ping) continues to work normally. Steps to reproduce: Update to macOS 27 beta 3 (26A5378j) Connect to a standard home Wi-Fi network (no VPN, no proxy, no enterprise MDM profile) Attempt any outbound TCP connection (curl, git pull, ssh) Expected behavior: Connections to any HTTPS endpoint or SSH server should establish normally. Actual behavior:
curl -4 -v https://github.com
curl -4 -v https://google.com
both hang indefinitely at "Trying [IP]..." — the TCP handshake never completes
git pull
over both HTTPS and SSH remotes times out with "Failed to connect... Timeout was reached" ping github.com and ping google.com both succeed normally and immediately This confirms the issue is isolated to TCP connection establishment, not DNS resolution or general network connectivity Issue persists identically across multiple reboots
System info:
macOS 27.0 beta 3, build 26A5378j Connected via personal home Wi-Fi (Bbox router) No VPN, no proxy, no enterprise security software
Additional context:
Multiple other users have reported identical symptoms on this same build across MacRumors forums and Reddit, describing broken connections in Firefox, Opera, Dropbox, Telegram, and Music/iTunes purchases, while Safari continues to work. Reported workarounds from other affected users include:
Disabling "Limit IP Address Tracking" on the network interface Disabling all Network Extensions under System Settings → General → Login Items & Extensions Uninstalling CrowdStrike Falcon or similar EDR/security software (where present)
This was working correctly on both beta 1 and beta 2, the regression appears to have been introduced specifically in beta 3.
Thank you for your post. We are not aware of any issues on that layer of the system that would prevent an HTTP request as you demonstrate in the post. But this is very interesting if you installed that beta and the problems started.
The symptom of Safari working while terminal utilities (curl, git, ssh) and third-party apps fail combined with the "Limit IP Address Tracking" workaround strongly points to a configuration networking stack line Network Extension frameworks is intercepting and routing non-Apple TCP traffic? Can you do a trace to see what’s in that networking layer?
Although it could be a bug, we could have identified it immediately. Therefore, I would like to assist you in troubleshooting the issue or keep this thread open for other developers encountering this problem, as it could be a new bug that we have not yet encountered.
Albert WWDR