Google Chrome localhost | NET::ERR_CERT_AUTHORITY_INVALID

前端 未结 6 1955
臣服心动
臣服心动 2020-12-23 21:49

All of a sudden I seem to have an issue with Google Chrome using localhost.

I\'m trying to access any of my development sites (using Ampps) and I get the following e

6条回答
  •  天命终不由人
    2020-12-23 21:56

    Best solution is to not use .dev because it owned by Google. Here you can find an updated list of all claimed TLDs : https://tools.ietf.org/html/rfc6761

    To be safe, choose an unclaimed TLD like .test or .localhost. You can read a useful blog post here : https://iyware.com/dont-use-dev-for-development/

提交回复
热议问题