我在Homestead的盒子里使用Laravel。起初它没有任何问题,但最近我遇到了这个问题。 Box工作得非常好,但是当我尝试使用谷歌浏览器访问我的网站(budget.app:8000)时,它会提供ERR_SSL_PROTOCOL_ERROR,但它适用于Firefox。
我遵循了所有these步骤并且没有工作。
Homestead.yaml文件
folders:
- map: ~/dev/web/php/laravel
to: /home/vagrant/sites
- map: ~/dev/web/php/other
to: /home/vagrant/other
sites:
- map: test.app
to: /home/vagrant/sites/test/public/
- map: budget.app
to: /home/vagrant/sites/budgetsystem-laravel/public
/ etc / hosts文件
127.0.0.1 localhost
127.0.0.1 test.app
127.0.0.1 budget.app
我试图在同一个局域网中使用2台计算机(Win& Ubuntu)浏览此站点,在两台计算机上我得到相同的结果(Chrome - ERR_SSL_PROTOCOL_ERROR,Firefox - 正常工作)。
我该怎么做才能解决这个问题?
答案 0 :(得分:2)
我猜当你在12月的某个时候使用.app时,Chrome会强制使用HTTPS。下面包含的链接是从12月初开始的时事通讯。
https://laravel-news.com/chrome-63-now-forces-dev-domains-https