Laravel Your connection is not a private error in chrome

I am using laravel 5.4 and I updated the .env file 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 verify that I received the following message

Attackers may try 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 all the default value, but I still have the same message .. where is the problem?

+5
source share
6 answers

This is because your chrome version is 63. Now this is the power of using https.

If you are using Valet. You can change your domain to others, for example..test

Team valet domain test

Your entire domain .devwill be replaced by.test

: -

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

+9

, Chrome 63, 62, ".localhost", ".invalid", ".test" ".example" ".dev"

+1

.dev .test Homestead.yaml C:\Windows\System32\drivers\etc\hosts

  1. :

--provision

  1. " " Ctrl + Shift + N Internet Explorer
+1

Laravel 5.2 . v1.1.22 v2.0.6 "valet secure [domain]" - TLS. , https.

v2, , , .

0

: . !

0

.dev - chrome ( 63) .dev -Domains https

- lsapp.test myfirstls.test

0
source

Source: https://habr.com/ru/post/1690786/


All Articles