2

I'm using my localhost xampp with Apache, ports 80, 443. I've configured virtual host for my local application through some domain name, Recently chrome got updated to Version 63.0.3239.84 and while fetching the application it is throwing Privacy Error:

Virtual Host error

And while fetching the directly from the local host url, like localhost/phpmyadmin it opens the page:

phpmyadmin

I followed localhost blocked on Chrome with "Privacy Error" and tried configuring as suggested which was already enabled

Allow localhost

Help me out with this.

Nitish Kumar
  • 6,054
  • 21
  • 82
  • 148

1 Answers1

4

I had the same problem. I fixed by changing my vhost from *.dev to *.local.

See Virtual host being redirected to https://adminboard.app in google chrome

clarkatron
  • 529
  • 5
  • 12