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

查看:68
本文介绍了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

命令是valet domain 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天全站免登陆