如何讓 IE 10 接受 sha-1 ssl 憑證?

如何讓 IE 10 接受 sha-1 ssl 憑證?

我有一個由使用 sha-1 的 CA 頒發的伺服器憑證。 Chrome(最新)允許我存取匯入伺服器憑證的伺服器,但 IE 10 不允許。有沒有辦法可以設定 IE 10 接受 sha-1 ssl 憑證?

答案1

您應該告訴您的 ssl 提供者將 ssl 憑證升級到 sha-2,而不是將 IE 10 設定為接受 sha-1 ssl 憑證。不久前,mocrosoft 已於 2016 年 1 月後表示將不再支援 sha-1。閱讀更多相關信息,請訪問https://www.clickssl.net/blog/microsoft-is-set-to-retire-sha1-rc4但根據這篇文章http://arstechnica.com/security/2016/05/microsoft-to-retire-support-for-sha1-certificates-in-the-next-4-months/我仍然認為不支援 sha-1 需要時間。因此,遷移到 sha-2 是最佳選擇。

相關內容