Virtual host entry in /etc/hosts
127.0.0.1 testwp.dev www.testwp.dev
When try to see it in browser respond with: testwp.dev refused to connect
Check doing a ping and works
ping testwp.dev
PING testwp.dev (127.0.0.1): 56 data bytesCheck with curl and fails.
curl -I -L testwp.dev
curl: (7) Failed to connect to testwp.dev port 80: Connection refusedSeem like the issue is related to post forwarding, if stop it then works.
sudo pfctl -dI found the trick here .