I am using Secure Pages to run my Drupal site in mixed mode. Everything is running really well except that the user page is asking for the logo and favicon using http instead of https:

GET http://archfirst.org/sites/all/themes/zenArchfirst/logo.png HTTP/1.1
GET http://archfirst.org/sites/all/themes/zenArchfirst/favicon.ico HTTP/1.1

This is causing the browser to warn about mixed content. How can I track down the cause of this problem?

Thanks.

Comments

grendzy’s picture

Status: Active » Fixed

Under admin/appearance/settings, make sure your logo path is a relative URL.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

star-szr’s picture

If you're already using a relative URL, see this related core issue: #1377840: Caching does not properly respect protocol (a problem when dealing with https)