• Resolved cloken

    (@cloken)


    I recently added an SSL certificate and now I am getting a mixed content error through Chrome.

    Mixed Content: The page at ‘https://cdscountryliving.com/’ was loaded over HTTPS, but requested an insecure stylesheet ‘http://fonts.googleapis.com/css?family=Homemade+Apple|Open+Sans’. This request has been blocked; the content must be served over HTTPS.
    I’m also receiving another error:(index):7 WebSocket connection to ‘wss://public-api.wordpress.com/pinghub/wpcom/me/newest-note-data’ failed: Error during WebSocket handshake: Unexpected response code: 403

    Neither of which I have any clue on how to fix. Any help would be greatly appreciated!

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Use the plugin “better search replace”. Search, in all tables, with “dry run” unchecked, for http://cdscountryliving.com and replace with https://cdscountryliving.com

    Thread Starter cloken

    (@cloken)

    Thank you, Steven. I did what you advised and it did find 11 issues but none that resolved this issue. Any other advice? One thought that I had is when I look up that font it looks similar to the one I used in my logo. Thoughts, anyone?

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    I’m not seeing any errors now. Clear your browser’s cache.

    Thread Starter cloken

    (@cloken)

    Thanks again, Steven. I did clear my browsers cache and I’m still seeing the errors. 🙁

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    I see one remaining issue:

    'http://fonts.googleapis.com/css?family=Homemade+Apple|Open+Sans

    Check your theme’s functions.php file to see if you can find this there. If so, change it to https.

    Thread Starter cloken

    (@cloken)

    I went into Developer tools and clicked on Console and then my website and found the culprit but I have no idea what to do from here. Suggestions?

    <style type=”text/css”> @import url(http://fonts.googleapis.com/css?family=Homemade+Apple|Open+Sans); .blog-yumprint-recipe .blog-yumprint-recipe-title {
    color: #2f4986;

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Edit that line in your CSS file; change http to https

    Thread Starter cloken

    (@cloken)

    I FINALLY found out what was causing it after my last post. It was the plugin I used for my recipes. Recipe Card. I installed it long ago and it seems they have done no updates for years. It took time but I was able to copy all of my recipes and delete the plugin and the error is cleared!

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

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