Https - Mixed Content

General questions relating to Joomla! 3.x.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting.
Forum Post Assistant - If you are serious about wanting help, you should use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10
Locked
looper88
Joomla! Apprentice
Joomla! Apprentice
Posts: 31
Joined: Tue May 03, 2016 9:21 am

Https - Mixed Content

Post by looper88 » Wed Jul 18, 2018 2:02 pm

Hi all, we recently updated to https but our domain is showing a few errors titled - Mixed Content. I ran the url through Website Auditor and found the source of the issue (an image labelled Logo-Web.png). When I accessed the filemanager however, I could not find that file in the folder it was supposed to be in.

The sourcecode seems to still be http for that file, thing is I can see the code that needs to be changed but I can't find the file on the backend to go in and change it.

Any advice or similar issues? any help would be much appreciated.

Jay

alirezasat
Joomla! Apprentice
Joomla! Apprentice
Posts: 20
Joined: Wed Jun 18, 2014 2:32 pm
Contact:

Re: Https - Mixed Content

Post by alirezasat » Wed Jul 18, 2018 2:09 pm

Hello
Sorry you meant to change your protocol from http to https?

looper88
Joomla! Apprentice
Joomla! Apprentice
Posts: 31
Joined: Tue May 03, 2016 9:21 am

Re: Https - Mixed Content

Post by looper88 » Wed Jul 18, 2018 2:16 pm

Hi alirezasat, thanks for reply.
No we already did that and the url shows https but there is no padlock as there are some mixed content issues coming up.

alirezasat
Joomla! Apprentice
Joomla! Apprentice
Posts: 20
Joined: Wed Jun 18, 2014 2:32 pm
Contact:

Re: Https - Mixed Content

Post by alirezasat » Wed Jul 18, 2018 2:36 pm

Did you stream this issue with your data center support?
They can most likely solve this problem

looper88
Joomla! Apprentice
Joomla! Apprentice
Posts: 31
Joined: Tue May 03, 2016 9:21 am

Re: Https - Mixed Content

Post by looper88 » Wed Jul 18, 2018 2:37 pm

Yep, they suggested I post on the joomla forum as they couldn't figure it out : /

User avatar
fcoulter
Joomla! Ace
Joomla! Ace
Posts: 1685
Joined: Thu Sep 13, 2007 11:39 am
Location: UK
Contact:

Re: Https - Mixed Content

Post by fcoulter » Wed Jul 18, 2018 4:41 pm

By the file name, Logo-Web.png, it seems like it may be in your template.
http://www.spiralscripts.co.uk for Joomla! extensions
http://www.fionacoulter.com/blog my personal website
Security Forum moderator :: VEL team member
"Wearing my tin foil hat with pride"

looper88
Joomla! Apprentice
Joomla! Apprentice
Posts: 31
Joined: Tue May 03, 2016 9:21 am

Re: Https - Mixed Content

Post by looper88 » Fri Aug 10, 2018 9:54 am

Hey all, I still have not solved this. Since it's only one file that is causing this issue, is there anyway to force ignore it or something? Any help on this would be appreciated as I would really like to solve it

User avatar
fcoulter
Joomla! Ace
Joomla! Ace
Posts: 1685
Joined: Thu Sep 13, 2007 11:39 am
Location: UK
Contact:

Re: Https - Mixed Content

Post by fcoulter » Fri Aug 10, 2018 10:23 am

Well, what have you actually tried to solve this? No-one else is an expert on your site but you. So no-one is going to magically give you the solution. This file is not part of Joomla, it is in an extension or template that you are using.

If you are using a .htaccess file then you can try putting this in the file:-

Code: Select all

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
That will force https.

Alternatively you can try finding the file that contains the link to the image. What about my suggestion that it might be the template? The obvious thing to do is to try looking at your site using another template, eg the default Joomla protostar template. If the image is gone then you know that the link is definitely in your template. In that case you can ask the developer how to remove it.
http://www.spiralscripts.co.uk for Joomla! extensions
http://www.fionacoulter.com/blog my personal website
Security Forum moderator :: VEL team member
"Wearing my tin foil hat with pride"

sozzled
I've been banned!
Posts: 13639
Joined: Sun Jul 05, 2009 3:30 am
Location: Canberra, Australia

Re: Https - Mixed Content

Post by sozzled » Fri Aug 10, 2018 10:32 am

@fcoulter is right: there's only one true expert in the room and it's not any of us.
looper88 wrote:
Fri Aug 10, 2018 9:54 am
Since it's only one file ...
Not technically true. There's [at least] one reference to [at least] one resource in [at least] one file [that you are aware of] that is causing this issue. The key point is that the website uses https:// protocol and there is a reference to a resource using http://. This will result in the browser reporting a mixed mode condition.

looper88 wrote:
Fri Aug 10, 2018 9:54 am
... is there anyway to force [the browser to] ignore [the unsafe/mixed mode condition] or something?
If you cannot find the "http://" reference to this image file then you only have two choices to "force" the browser into accepting the mixed-mode referencing: (a) rewrite everyone's web browser software, or (b) go back to using http:// for your website. And if "forcing" one or the other is unachievable then you'll have to accept the status quo.

These things are not hard to find. Really, they're not hard to find! Here's some help to get you started on your journey of discovery: viewtopic.php?f=708&t=964440


Locked

Return to “General Questions/New to Joomla! 3.x”