I had some issues last night (526) where I had switched from a installed cert on my server to Cloudflare SSL.
Most of those were cleared up by deleting all certs from my server, and checking the page rules for the subdomain in question. It was previously set to SSL: FULL.
The remaining issue is that the admin section of the store should be a protected directory. I’ve had to remove that protection because when I put it in, the admin address redirects back to the frontend of the store.
the rules for this domain are …
http://wanlesstennis.com/*
Always Use HTTPS
https://register.wanlesstennis.com/*
Browser Integrity Check: On, SSL: Flexible, Browser Cache TTL: 4 hours, Always Online: Off, Cache Level: No Query String, Disable Apps, Disable Performance
https://members.wanlesstennis.com/*
Browser Integrity Check: On, SSL: Flexible, Browser Cache TTL: a day, Always Online: On, Cache Level: No Query String, Disable Apps, Disable Performance
There is nothing in the .htaccess for the store admin other than the password protection bit.
Is there something in the ruleset that would cause this?
Your first page rule will certainly send a redirect, if you are on HTTP. You actually don’t need to configure this via page rule, as you have a global parameter for that.