Search code examples
laravelvagranthomestead

How can I solve "Your connection is not privat"?


I ran my virtual machine by the command "vagrant up" and it's ok. "vagrant ssh" work good. But when I hit this URL laravel58.dev it's give me error your connection is not private. Please help to solve me this problem.


ip: "192.168.10.10"

memory: 2048

cpus: 2
provider: virtualbox

authorize: ~/.ssh/id_rsa.pub

keys:
    - ~/.ssh/id_rsa

folders:
    - map: 'E:\xampp\htdocs\laravel58'
      to: /home/vagrant/laravel58

sites:
    - map: laravel58.dev
      to: /home/vagrant/laravel58/public

databases:
    - laravel58

features:
    - mariadb: false
    - ohmyzsh: false
    - webdriver: false

Solution

  • .dev tld has been brought, so from Chrome (^v63) all .dev urls will be forced to https.

    So either you have to change your website to use https or just change the domain to something like .test.