Around 8/23/25, I installed macOS 15.6.1 on my work Mac. After this I can no longer log the application I am working on into our backend servers. My work Mac is running Palo Alto Global Protect VPN software along with a bunch of associated security software to lock down my computer. I had no issues with connecting to our backend servers behind the firewall before the macOS update and nothing has changed in the source code related to this. When I send the username the network call just hangs and never times out.
On the other hand, if I turn off the VPN and point to the production environment the call succeeds with no problems.
Any Ideas?
OK.
That fact that you have problems with macOS’s built-in curl
means that this is neither:
- A simulator issue
- Nor a code-level issue
I think you’ll need to work with your VPN and API server admins to work out why this is failing [1]. My focus is on APIs, and you haven’t even got to that point )-:
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"
[1] You could also ask about this over in the Apple Support Community, run by Apple Support, and specifically in the Business and Education topic area, where you’re more likely to find folks with relevant experience. However, it’s possible that they won’t be able to help either, because this seems to be very tightly bound to your specific network setup.