Closed (fixed)
Project:
Secure Pages
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
23 Apr 2011 at 01:39 UTC
Updated:
26 Jan 2013 at 19:37 UTC
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
Comment #1
grendzy commentedUnder admin/appearance/settings, make sure your logo path is a relative URL.
Comment #3
star-szrIf 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)