【发布时间】:2014-12-20 18:12:06
【问题描述】:
从 10 分钟开始,chrome 在我网站的子域中强制使用 SSL 证书。
我的网站:https://www.mywebsite.com -> SSL OK INSTALLED
子域:http://forum.mywebsite.com -> SSL 未安装
现在“chrome”强制我的论坛使用 SSL,可能是因为总是访问强制 SSL 的主站点,但这没有意义。在 IE、Firefox 和其他版本的 Chrome 上没有任何反应,只有在这台装有 Chrome 的 PC 上。
我没有安装扩展程序,也没有安装强制安全连接的防病毒软件,例如卡巴斯基。
这取自日志:chrome: // net-internals / # events
17239: URL_REQUEST
http://forum.mywebsite.com/
Start Time: 10/24/2014 22: 14: 16,596
t = -633,892 [st = 0] + REQUEST_ALIVE [dt =?]
-> Has_upload = false
-> Is_pending = true
-> Load_flags = 3384432 (BYPASS_DATA_REDUCTION_PROXY | main_frame | MAYBE_USER_GESTURE | VERIFY_EV_CERT)
-> Load_state = 0 (IDLE)
-> Method = "GET"
-> Status = "SUCCESS"
-> Url = "http://forum.mywebsite.com/"
-> Url_chain = ["http://forum.mywebsite.com/","https://forum.mywebsite.com/"]
【问题讨论】:
-
我注意到 Chrome 积极缓存我的旧 301 重定向。如果您曾经有从 http 到 https 的 301 重定向,这可能是问题所在。您可以在隐身模式下仔细检查或清除缓存。
标签: google-chrome