提问人:Wasim 提问时间:6/4/2015 更新时间:5/14/2016 访问量:1137
流浪者股票产生 400 个错误请求
Vagrant share producing a 400 bad request
问:
我正在将 Vagrant 与 apache2 一起使用,特别是命令
vagrant share --https 443
一切正常,并提供一个 URL。当我访问该 URL 时,我看到一个 400 错误:
错误的请求
您的浏览器发送了此服务器无法理解的请求。 Apache/2.4.12 (Ubuntu) 服务器位于 *.vagrantshare.com 端口 443
我一直在使用 https 访问流浪机器,但它似乎不喜欢使用 vagrant share。
答:
0赞
Ethan
5/14/2016
#1
这是一个已知的 Vagrant Share 错误:https://github.com/webdevops/vagrant-docker-vm/issues/51
我看到讨论的唯一解决方法是使用自定义域或完全使用其他产品(例如 ngrok)来创建共享。请参阅此处的 bug 讨论:https://github.com/mitchellh/vagrant/issues/5493#issuecomment-159792794
自定义域的 Vagrant Share 文档在这里: https://atlas.hashicorp.com/help/vagrant/shares/custom-domains
评论
your-project-name.conf
--https 443
vagrant share
:443
--https 443