localhost doesn't adhere to security standards error in Chrome

11,455

Solution 1

As stated here please try the following:

Try enabling the following in chrome://flags:

chrome://flags/#allow-insecure-localhost

Solution 2

I just had the same issue, and tried chrome://flags/#allow-insecure-localhost and it didn't help. In the end, the problem was in the antivirus software ESET NOD32. I had to disable the "Enable HTTPS checking" in WEB AND EMAIL -> WEB ACCESS PROTECTION -> WEB PROTOCOLS -> HTTPS SCANNER SETUP

Solution 3

It something related to google and the certificate signed incorrectly. If you downgrade your google version you will see that you use the Advance link and add the exception to the site and you can continue. For now on your test recommend to use Firefox.

Share:
11,455
Hello
Author by

Hello

Updated on September 02, 2022

Comments

  • Hello
    Hello over 1 year

    https://localhost/ on Chrome in windows 10 displays the below error:

    This site can’t provide a secure connection
    
        localhost doesn't adhere to security standards.
        ERR_SSL_SERVER_CERT_BAD_FORMAT
    

    I need to run my php project locally..So using https://localhost/login url . I am using Xampp apache. It works fine in firefox..But issue is only with chrome.

    How can I fix this?

    • Konrad Gałęzowski
      Konrad Gałęzowski over 6 years
      Did you followed any particullar instruction on how to set https on localhost? Is there any reason why you need to use https instead of http? What http server do you use?
    • christof
      christof almost 6 years
      Have you found a solution? I have it since today in Version 67.0.3396.99 (Official Build) (64-bit), the chrome://flags/#allow-insecure-localhost didn't help either...
  • HKumar
    HKumar over 5 years
    it works for me but don't we have any another option to remove protection for localhost only
  • Arnis Juraga
    Arnis Juraga almost 4 years
    "Pause Protection" for Eset did not help either. Only changing setting in ESET by disabling HTTPS scan. This is important for local WEB development. Would be great to ask ESET Antivirus for implementation.