1
caqiko 2023-07-05 09:17:54 +08:00 via Android
cloudflare 域名解析添加一个重定向规则? https 重定向到 http ,chrome 不知道能不能行,前两周在 edge 上是可行的
|
3
krixaar 2023-07-05 09:32:22 +08:00 1
刚刚用 Chrome 114 上了下 http 的煎蛋网没有自动跳转,你确定是浏览器的问题吗
|
4
ugpass 2023-07-05 09:50:52 +08:00
chrome://flags ,搜索 Insecure origins treated as secure ,填上访问地址试试呢
|
5
cat 2023-07-05 09:54:37 +08:00
Chrome 114 ,可以访问 http://,公司一堆内网系统都是 http:// 的
注意要手动输入包括 http:// 部分,如果你只输入 domain:port 默认就是会补上 https:// |
6
296727 2023-07-05 10:16:23 +08:00
https://blog.csdn.net/Dare_Huang/article/details/114008895 试试这个?我是 114 版本,一直都可以 http
|
7
everyx 2023-07-05 11:15:44 +08:00
有可能是之前有过重定向被缓存了,使用隐私模式,输入完整的带 http:// 的 URL 再试试
|
8
shuimitao 2023-07-05 12:19:28 +08:00
弄个证书就好了呀
|
9
lisxour 2023-07-05 14:30:50 +08:00
这哪里归浏览器管啊,只要你手动输入 http ,浏览器怎么可能自动变 https ,自动变 https 只是那种不自己输入协议的情况,比如直接输入“www.baidu.com”,如果你输了 http ,还是变成了 https ,那是服务器的强制 https 给你跳转了。
|
10
mxT52CRuqR6o5 2023-07-05 14:33:31 +08:00
配置了 hsts 浏览器就会自动重定向到 https 啊,怎么就不归浏览器管了
|
11
Stlin 2023-07-05 15:01:34 +08:00
啊?我怎么没有强制 https ?也是域名加端口,系统版本:macOS M2 chrome 版本:114.0.5735.198 (正式版本) (arm64)
|
12
yh7gdiaYW 2023-07-05 16:52:18 +08:00
114 版本表示没有强制跳转,看了下文档:
An HSTS enabled server can include the following header in an HTTPS reply: Strict-Transport-Security: max-age=16070400; includeSubDomains When the browser sees this, it will remember, for the given number of seconds, that the current domain should only be contacted over HTTPS. In the future, if the user types http:// or omits the scheme, HTTPS is the default. In fact, all requests for URLs in the current domain will be redirected to HTTPS 所以是楼主的服务端的配置问题 |
13
brader 2023-07-05 16:55:31 +08:00
我的最新版 chrome ,不会强制跳啊,能访问 http ,除非像我自己的有个域名,服务端 nginx 主动做了 http 重定向 302 到 https
|
14
jujusama 2023-07-05 16:56:06 +08:00
Chrome 不会强制 https ,检查下是否是扩展插件导致的,如: https anywhere ,duckduckgo
|