I changed DNS and tried everything to change my website from HTTP to HTTPS but nothing is working out…
Please tell me what should be done
Thank you
What is the site name?
internationallegalnetwork .com
http://internationallegalnetwork.com
redirects to https://internationallegalnetwork.com
for me.
The redirect exists on the root
$ curl http://internationallegalnetwork.com -Is | grep -E '(HTTP|Location)'
HTTP/1.1 301 Moved Permanently
Location: https://internationallegalnetwork.com/
and www
$ curl http://www.internationallegalnetwork.com -Is | grep -E '(HTTP|Location)'
HTTP/1.1 301 Moved Permanently
Location: https://www.internationallegalnetwork.com/
Have you tried private/incognito windows and different browsers/devices to ensure it isn’t a local cache issue?
so actually, on incognito, sometimes it works and sometimes it doesn’t which is very weird
Hi there,
Try to understand if that behaviour can be improved if you turn on the Always User HTTPS, however be aware that forcing HTTPS does not resolve issues with mixed content, as browsers check the protocol of included resources before making a request.
Take Care!
hi, thank you so much. You are right about the mixed content, especially since I saw some images not loading… I would kindly like to ask if you know how I can fix this problem…
Thank you again:)
Change all resource links so they use https://
instead of http://
is the simplest solution.
when I upload an image to my website, it’s always uploaded as HTTP. Do you know a way I can upload it as https? (I ticked all boxes for https on coudfare…)
Thank you
thank you so much, I just changed it thanks again, I appreciate it!!
after changing, I can no longer access word press to adjust the website. An error “redirected you too many times.” started appearing… what should be done?
thank you
Make sure that your Cloudflare SSL mode is set to Full (Strict).
The errors “The page isn’t redirecting properly” or “ERR_TOO_MANY_REDIRECTS” indicates a redirect loop between Cloudflare and your origin server. The easiest fix for this is to remove the redirect on your origin server. For a more detailed set of options, review the troubleshooting suggestions in this Community Tip. Let us know if you continue to see issues after trying the Quick Fix Ideas in the Tip, we’re happy to help further.
hi, thank you so much for your message, I did what you mentioned and now I am receiving a different error: “Invalid SSL certificate”
and this error appears even if I am checking the website in incognito mode
You need to have a valid certificate on your origin server. You should pause Cloudflare and ensure that your site loads properly over HTTPS. Once that is working correctly, you can resume Cloudflare.
As an alternative to a valid public certificate, you can install a Cloudflare Origin CA certificate. These certificates are compatible with Cloudflare Full (Strict) mode, but will display an Unknown Issuer warning when you view them from your web browser.
ok,. I will do. Thank you so much! that’s very helpful
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.