Easy way to determine what content is not delivered using a secure HTTPS connection?

后端 未结 7 2287
一向
一向 2021-02-14 12:53

I have some pages that are sent via HTTPS. Internet Explorer sometimes complains about \"This webpage contains content that will not be delivered using a secure HTTPS\".

<
7条回答
  •  别跟我提以往
    2021-02-14 13:22

    You can use SslCheck

    It's a free online tool that crawls a website recursively (following all internal links) and scans for unsecure content - images, scripts and CSS.

    (disclaimer: I'm one of the developers)

提交回复
热议问题