SSL: Why does Chrome report mixed content? (Drupal 6)

前端 未结 6 2230
时光说笑
时光说笑 2021-01-17 18:22

I\'ve just got a site running nicely with the whole site running through SSL, but Google Chrome is throwing a \"This page contains some insecure elements\" message, which is

6条回答
  •  旧时难觅i
    2021-01-17 19:04

    Search the source for http:? Something like http: in firefox should do.

    The insecure element is something loaded over insecure — non-https — connection, e.g. image, stylesheet, etc. you obviously need fully qualified URL to load insecure element/

提交回复
热议问题