laravel 您的连接不是 chrome 中的私人错误 [英] laravel Your connection is not private error in chrome

查看:11
本文介绍了laravel 您的连接不是 chrome 中的私人错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用的是 laravel 5.4,我将 .env 文件更新为如下:

I am using laravel 5.4 and I updated the .env file to be as follows:

  MAIL_DRIVER=smtp
  MAIL_HOST=smtp.gmail.com
  MAIL_PORT=587
  MAIL_USERNAME=my gmail
  MAIL_PASSWORD=my password
  MAIL_ENCRYPTION=tls

当我尝试测试时收到以下消息

when I tried to test that I got the following message

攻击者可能试图从 test.dev 窃取您的信息(例如例如,密码、消息或信用卡).学到更多NET::ERR_CERT_AUTHORITY_INVALID

Attackers might be trying to steal your information from test.dev (for example, passwords, messages, or credit cards). Learn more NET::ERR_CERT_AUTHORITY_INVALID

所以我尝试将所有内容恢复为默认值,但仍然收到相同的消息.. 问题出在哪里?

so I tried to return everything to the default but I still got the same message .. where is the problem?

推荐答案

是因为你的chrome版本是63,现在用https很给力.

It is because your chrome version is 63. Now it is a force to use https.

如果您使用代客服务.您可以将您的域更改为其他,例如.test

If you using Valet. You may change your domain to other e.g. .test

命令是代客域测试

您的所有 .dev 域将被替换为 .test

All your .dev domain will be replaced to .test

更多信息:-

https://laravel-news.com/chrome-63-now-forces-dev-domains-https

这篇关于laravel 您的连接不是 chrome 中的私人错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆