没注意 发现 chrome 更新了 现在本地的开发环境 没有 https 不能用 如何破?
2
Nnull 2017-12-24 17:02:36 +08:00 via iPhone 1
1.用.test
2.自己颁发证书 |
3
Pastsong 2017-12-24 17:09:57 +08:00 2
大部分 chrome 对 https 的限制都排除 localhost 的
|
4
yhxx 2017-12-24 17:16:23 +08:00 1
把 xxx.dev 换成 dev.xxx.com ?
|
5
Magician OP 试试去
|
6
honeycomb 2017-12-24 18:10:47 +08:00 via Android
chrome 在 about:flags 有一个设定,允许本地的 https 使用自签名证书。
.dev 顶级域名被 Google 买下,它处于 chrome 的 HSTS preload list 里,前段时间 v2 有讨论过这个问题。 |