在使用 Chrome 浏览器的过程中,发现如果不小心在谷歌浏览器中输入了https域名之后,再次访问后续此域名都会强制跳转到https,本文记录防止强制 https 的解决方案。
问题原因 {#问题原因}
HSTS 协议阻止 http 强制转换 https
HTTP Strict Transport Security¶ HTTP Strict Transport Security (HSTS) is an opt-in security enhancement specified through the use of a special response header. Once a supported browser receives this header that browser will prevent any communications from being sent over HTTP to the specified domain and will instead send all communications over HTTPS. HSTS is enabled by default. To disable this behavior use hsts: "false" in the configuration ConfigMap.
解决方案 {#解决方案}
-
访问:chrome://net-internals/#hsts
-
删除需要阻止强制转换的域名(二级域名)
例如我不需要浏览器强制转换 uipv4.zywvvd.com 为 https 协议访问,那就在 hsts 策略中删除这个域名
之后显示查询不到该域名的 hsts 记录表示成功
这个是暂时性的方法,一旦再次输入 https 协议访问该域名还是会变回去的。
参考资料 {#参考资料}
文章链接:
https://www.zywvvd.com/notes/environment/network/chrome-http-deforce/chrome-http-deforce/