chrome: versão 68.0.3440.75 (build oficial) (64 bits).
cat /etc/hosts
127.0.0.1 www.test.app test.app
Eu criei o apache no pc local. Como diz a página da Web. Google Chrome redirecionando localhost para https
1.Na barra de endereço do Chrome, digite "chrome: // net-internals / # hsts"
2.Input o nome do domínio que você não deseja redirecionar para https, DELETE o domínio localhost usando a caixa de texto acima
Eu insiro ambos www.test.app
e test.app
, excluo todos eles.
Agora digite www.test.app/test.html
, redirecione para https://www.test.app/test.html
, execute o erro the site can't be reached
.
curl -v www.test.app/test.html
* Trying 127.0.0.1...
* TCP_NODELAY set
* Connected to www.test.app (127.0.0.1) port 80 (#0)
> GET /test.html HTTP/1.1
> Host: www.test.app
> User-Agent: curl/7.52.1
> Accept: */*
>
< HTTP/1.1 200 OK
< Date: Fri, 07 Sep 2018 13:21:56 GMT
< Server: Apache/2.4.25 (Debian)
< Last-Modified: Fri, 07 Sep 2018 08:12:59 GMT
< ETag: "15-5754393676ff0"
< Accept-Ranges: bytes
< Content-Length: 21
< Content-Type: text/html
<
<p>it is a test </p>
* Curl_http_done: called premature == 0
* Connection #0 to host www.test.app left intact