Internet Explorer 11- issue with security certificate error prompt

后端 未结 2 1922
忘掉有多难
忘掉有多难 2021-01-06 00:30

I am testing a website in IE11. It has mixed content (http and https). In previous versions, there is a prompt which asks which we should allow the content with security cer

2条回答
  •  鱼传尺愫
    2021-01-06 00:43

    This behavior is related to Zone that is set - Internet/Intranet/etc and corresponding Security Level

    You can change this by setting less secure Security Level (not recommended) or by customizing Display Mixed Content property

    You can do that by following steps:

    1. Click on Gear icon at the top of the browser window.
    2. Select Internet Options.
    3. Select the Security tab at the top.
    4. Click the Custom Level... button.
    5. Scroll about halfway down to the Miscellaneous heading (denoted by a "blank page" icon).
    6. Under this heading is the option Display Mixed Content; set this to Enable/Prompt.
    7. Click OK, then Yes when prompted to confirm the change, then OK to close the Options window.
    8. Close and restart the browser.

    enter image description here

提交回复
热议问题