1

Suddenly google chrome has blocked localhost. I am not able to use phpmyadmin and my project. It's supporting remaining sites perfectly. Whenever I run phpmyadmin or project it shows an error as follows:

Your connection is not private "NET::ERR_CERT_COMMON_NAME_INVALID"

I tried a lot of things to solve it but none of suggestions are working. Anybody please help.

I.G. Pascual
  • 5,818
  • 5
  • 42
  • 58
Abhilash
  • 39
  • 1
  • 10

2 Answers2

3

Just type the phrase "thisisunsafe" and hit enter you will instantly bypass that warning screen. This seriously works It blew my mind

Justin Meskan
  • 618
  • 1
  • 9
  • 32
0

I think you use local domain like yourDomainName.dev Just don't use .dev for your local domains. If happened because new version Chrome always redirect to https

Just rename yourDomainName.dev something like yourDomainName.local or yourDomainName.loc.

GrigorAtaryan
  • 445
  • 4
  • 10
  • Or `*.localhost`, which will not confuse the browser since it will understand that you're working on localhost. – Josh Lee Aug 30 '18 at 15:35