Why is only some of my website secure?

My homepage is secure. But if you click on the other links in the navbar the pages for them will be insecure: https://www.harrisongreeves.com/

How come my home page is secure but my other pages are not?

If I check in my dev tools on the home page I’ll get this error: Failed to load resource: net::ERR_FAILED

And on the other pages this error: (index):60 GET https://www.google-analytics.com/analytics.js net::ERR_UNSAFE_REDIRECT

Something is redirecting those HTTPS requests to HTTP. If it’s not a Cloudflare Page Rule you’ve set up, then it’s something on your server.

1 Like

This topic was automatically closed after 30 days. New replies are no longer allowed.