• Resolved jordanlevi

    (@jordanlevi)


    so, when i throw my party’s site — https://www.wspus.org — in google pagespeed insights, it says that 9 resources are loading as http instead of https like everything else, so it’s a mixed content error, but when i try to look for the alerts on chrome dev tools, i don’t see anything. webpagetest.org and gmetrix say that the same 9 resources are loading over http/1.1 instead of http/2, but bluehost told me that our entire site loads as http/2 by default already, so i’m pretty sure those are just detecting the same issue as google pagespeed insights. i’ve done some googling and a few articles have said that i need to find the alerts in chrom dev tools first, then it’ll show me there which css or js files might be causing the issue, since it’s most likely caused by the links to those resources being hardcoded as http in one of those files. i tried downloading multiple plugins to fix it, but none helped. i even got the pro version of really simple ssl and no luck. does anybody have any ideas how to fix this?

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

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Contributor Rogier Lankhorst

    (@rogierlankhorst)

    The problem that is detected by these services is that there is a redirect on your website.

    For example, if you check this file:
    https://t3n7w3r2.rocketcdn.me/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2

    It first redirects to
    http://www.wspus.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2

    Then to
    https://www.wspus.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2

    The first redirect is to http, this causes the mixed content warning. The second redirect is to https, so you don’t see any issues in Chrome or other browsers.

    As the first domain is a CDN domain, I would start with deactivating the CDN. Maybe deactivating, then activating is enough. If not, I would recommend to contact WP Rocket about the issue, as it is their CDN that seems to be doing the redirection.

    Hope this helps.

    Thread Starter jordanlevi

    (@jordanlevi)

    ok, so i got rid of wp rocket and rockecdn and replaced them with flyingpress and flyingcdn, but now there’s still 2 insecure links, which are pictures. do you have any other ideas of what i could do to fix it?

    Plugin Contributor Rogier Lankhorst

    (@rogierlankhorst)

    Same thing happening here. These images redirect to http, then to https. I would check your htaccess file for any custom redirects to http, and also check if there are any plugins active with a redirect to http.

    Thread Starter jordanlevi

    (@jordanlevi)

    ok, so i got rid of shortpixel and now the homepage’s featured image doesn’t look stretched anymore, but GPI’s still saying the same two images are loading insecurely. should i just give it a couple hours and try again?

    Thread Starter jordanlevi

    (@jordanlevi)

    ok, so i also got rid of wp optimize and zero spam now and the mixed content alert’s gone … but now the site logo at the top left shows up as stretched smh i wacked one mole and another popped up lmao any ideas what the issue might be?

    Plugin Support Jarno Vos

    (@jarnovos)

    Hi @jordanlevi,

    The logo seems to appear normally again, are you still experiencing any issues with this?

    Kind regards, Jarno

    Thread Starter jordanlevi

    (@jordanlevi)

    i noticed it only looks stretched on chrome but, not firefox

    Plugin Support Jarno Vos

    (@jarnovos)

    Hi @jordanlevi,

    Really Simple SSL would likely be unrelated to that behavior, might be a leftover from the image optimization plugin from earlier that is still being shown. As you’re using a CDN as well, I expect that clearing its’ cache will solve that.

    Kind regards, Jarno

    Thread Starter jordanlevi

    (@jordanlevi)

    yeah, i fixed the original issue, so i’ll just close this. thanks for the help, everybody! 🙏

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Mixed Content’ is closed to new replies.