Mar 7, 2016
0
Level 1
Homestead port refused connection
So I have a deamon on Homestead running on port 9200. When I run
curl localhost:9200
I get the desired output but only within Homestead.
However when I run
curl http://192.168.10.10:9200
I get
curl: (7) Failed to connect to 192.168.10.10 port 9200: Connection refused
This happens both in Homestead and on my host machine
Please or to participate in this conversation.