Curl error 7 on vagrant using guzzle

一世执手 提交于 2019-12-04 15:02:57

The 8000 and 8443 ports are only used when you want to access a site in vagrant from your local box (host machine). If you want to access a site within vagrant (guest machine) you should use the standard HTTP port (80), since no kind of mapping is needed.

I bet that's the issue.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!