cesarlarsson
cesarlarsson

Reputation: 413

Vagrant Vhost domains (app.dev) You cannot visit right now because the website uses HSTS. on Chrome

Actually Im using Vagrant/homestead that has three projects that each one has it own vhost app1.dev app2.dev app3.dev. Until three days ago everything works perfect but yesterday when tries to run on chrome/safari throw me an error about SSL You cannot visit right now because the website uses HSTS. On safari it is easy to skip this problem but what can I do for chrome.

Upvotes: 7

Views: 1569

Answers (1)

joepferguson
joepferguson

Reputation: 1088

You need to change your .dev domains to .test in your Homestead.yaml file then run vagrant destroy && vagrant up. Then make sure you type into your browser the full url https://app1.dev. Also ensure you update your hosts files with the new TLD.

Upvotes: 5

Related Questions