Closed
Bug 889579
Opened 12 years ago
Closed 12 years ago
Mixed active content https://blog.webmaker.org
Categories
(Webmaker Graveyard :: DevOps, defect)
Webmaker Graveyard
DevOps
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jon, Assigned: jon)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [mcb-chrome][mcb-ie?])
Attachments
(1 file)
|
343.59 KB,
image/png
|
Details |
Just added SSL to this site, and it has similar mixed content issues to the Mozilla Ignite blog. The simplest solution may be to install http://wordpress.org/plugins/wordpress-https/
Comment 1•12 years ago
|
||
CSS and javascript is blocked, which means that the site is also broken on Chrome and probably IE (which I don't have to test with).
Blocked loading mixed active content "http://blog.webmaker.org/wp-content/themes/OneMozilla/style.css" @ https://blog.webmaker.org/
Blocked loading mixed active content "http://blog.webmaker.org/wp-content/themes/OneMozilla/css/print.css" @ https://blog.webmaker.org/
Blocked loading mixed active content "http://blog.webmaker.org/wp-content/themes/OneMozilla/colors/sky/sky.css" @ https://blog.webmaker.org/
Blocked loading mixed active content "http://blog.webmaker.org/wp-includes/js/jquery/jquery.js?ver=1.8.3" @ https://blog.webmaker.org/
Whiteboard: [mcb-chrome][mcb-ie?]
Comment 2•12 years ago
|
||
I think this is solvable without installing a plugin. First thing to check is that your site url is https.
http://codex.wordpress.org/Changing_The_Site_URL
Brett, can you recommend someone on your team I can work with to resolve as the site is currently broken in chrome, ie and soon FF.
Flags: needinfo?(brett)
| Assignee | ||
Comment 3•12 years ago
|
||
:OpenMatt, can you create an admin account for me?
:bensternthal, happy to work with you to fix this. FWIW, I changed the Site URL to https://blog.webmaker.org and it didn't make a difference. Could also be something hard-coded within the theme I suppose?
Flags: needinfo?(brett) → needinfo?(matt)
| Assignee | ||
Comment 5•12 years ago
|
||
Thanks Matt!
The fix ended up being defining the following variable in wp-config.php:
$_SERVER['HTTPS'] = 'on';
This is because wordpress does not have support for running behind an https load balancer, as documented in http://codex.wordpress.org/Administration_Over_SSL#Using_a_Reverse_Proxy .
| Assignee | ||
Updated•12 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 6•12 years ago
|
||
Updated•12 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 7•12 years ago
|
||
Possibly cached or maybe related to being logged into admin.
Can you logout of the admin and double check.
If it does happen again please include url and screenshot of devtools showing what content is being blocked.
Checking on aurora and chrome I do not see the issue in the screenshot.
Updated•12 years ago
|
Flags: needinfo?(matt)
Comment 8•12 years ago
|
||
* I cleared cache. No joy.
* I am unable to access https://blog.webmaker.org/wp-login -- I get an "unable to connect" message
* running FF 22.0
* having the same issue in Chrome
Flags: needinfo?(matt)
Comment 9•12 years ago
|
||
1. Please go to https://blog.webmaker.org/wp-admin if you are logged out already go to step2. If you are logged in, click logout under your name in the upper right. If it fails please paste the url here.
2. Once you are logged out please do a hard refresh (shift refresh) and confirm if the site is still borked.
If it is.. reach out to me on IRC. bensternthal
Everything looks to be rendering fine for me and i pinged other folks in IRC who also do not see this problem.
Comment 10•12 years ago
|
||
was a problem with my host file. resolved.
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•