EDIT: Found part of the cause - see bottom.
I\'m doing a standard curl call from php. However, there seems to be a hangup during name resolution. On my OSX box, the nam
You can fixed your domain in /etc/hosts, then php curl don't need to lookup DNS to find ip address. That worked for me.