Viewing 5 replies - 1 through 5 (of 5 total)
  • It’s not that hard to fix, even though it might seem like it.

    What’s most likely happened is that someone has hard-coded the http:// into your themes files, and that’s what controlling the protocol used to get those resources. The way to fix that is to change all of those to https://.

    Of course, you should use a child theme if you aren’t already, becuase if updates happen your changes will be over-written.

    Thread Starter owcloud

    (@owcloud)

    Hi,

    Thank you for your reply.

    I don’t know where to locate the http;??. I looked through all the theme setting files. Can you advise

    Regards,

    It could be literally anywhere in your themes files. There’s possibly even something in a plugin somewhere. There really is no way of knowing.

    The way that I’ve found things like that in the past is get a coy of the sites files (all of them) on my local PC and set up my IDE to do a global search through all of the sites files for http:// and see what it returns.

    Thread Starter owcloud

    (@owcloud)

    Thanks. That was ultimately the last thing i was planning to do. Cheers for the assistance

    @owcloud

    Just to add to what @catacaustic shared.

    You can also use Really Simple SSL to sort those out automatically and almost instantly too.

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

The topic ‘SSL Issues’ is closed to new replies.