• I am trying to track down the links or source of my mixed content warnings. I can’t seem to find them in my them files, css or DB. In every place I look, everything related to the files noted as mixed content are https.

    I have also tried the following plugins with no success:
    SSL Insecure Content Fixer
    Really Simple SSL

    Any ideas on how to track down the source of my mixed content warnings?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator t-p

    (@t-p)

    I noticed in my browser’s consol a bunch of mixed content error.

    You can find out which content is served through insecure protocol by using the Inspect tool of your browser. The mixed content error will be displayed as a warning in the console with details for each mixed content item.

    <ifModule mod_headers.c>
    Header always set Content-Security-Policy “upgrade-insecure-requests;”
    </IfModule>
    Add this to your .htaccess and you should me fine.

    Thread Starter edgeworksclimbing

    (@edgeworksclimbing)

    jardah,

    I added that code to my .htaccess, but no change. When I go into Chrome Inspect and look at what files are mixed content, they are nearly the same files. The files are part of our website, which is HTTPS.

    https://www.edgeworksclimbing.com (our main website that hosts the mixed content files)
    https://www.edgeworksclimbing.com/blog/ (our wordpress site that is trying to load files from the above site using http, so it is giving an mixed content warning).

    So next way to solve it is download plugin.
    I personally prefer Really Simple SSL plugin with mixed content fix. But you can also change links in database form https:// to https:// and change links in theme.

    Thread Starter edgeworksclimbing

    (@edgeworksclimbing)

    Hi Jardah,

    Thanks for the tip though I had alrady tried the following plugins with no success:
    SSL Insecure Content Fixer
    Really Simple SSL

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Mixed Content Warning – Can’t find source’ is closed to new replies.