• I am getting an insecure request when I run my page through lighthouse. The link is for an image https://www.clarkmortgages.ca/wp-content/uploads/image.jpg but I do not have an image or file with that label.

    I also have strict HTTS and HSTS deployed on the site and everything seems to be running fine. Any suggestions?

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @ianclark24

    Probably you have the full URL (with https://) in the WordPress database. You have to update all the occurrences of https://www.clarkmortgages.ca to https://www.clarkmortgages.ca in the database. You can do it with the WP-CLI or with some plugin.

    Have a nice day

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    The actual request is https://www.clarkmortgages.ca/wp-content/plugins/sg-cachepress/assets/js/lazysizes.min.js?ver=5.9.3. Try clearing that cache. As this is a Siteground hosting specific issue, I recommend asking at https://www.ads-software.com/support/plugin/sg-cachepress/#new-post so the plugin’s developers and support community can help you with this.

    Thread Starter ianclark24

    (@ianclark24)

    I have used “Better Search Replace” and made sure everything was updated to https I’ve checked using that plugin periodically and there always seems to be a few needing to be changed, mostly around posts or meta.

    I have cleared my cache and this error has been shown in lighthouse for months now.

    Thread Starter ianclark24

    (@ianclark24)

    Also all of my images should be loading as Webp but as noted it’s showing as a png?

    Hi,ianclark24 (@

    You can use this method to solve your problem and I hope its working well because I am also facing the same issue with my site.I am also use this method and getting good result,so must try this.

    There are two options to resolve the issue:

    For your own domain, serve all content as HTTPS and fix your links. Often, the HTTPS version of the content already exists, and this just requires adding an “s” to links – https:// to https://.
    For images hosted on other domains, use the site’s HTTPS version if available. If HTTPS is not available, you can try contacting the domain and asking them if they can make the content available via HTTPS.

    • This reply was modified 2 years, 9 months ago by stephen1122.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘HTTPS image issue’ is closed to new replies.