In SSL => Edge Certificates: I’ve disabled “Always Use HTTPS” and “Automatic HTTPS Rewrites” but it keeps me redirecting from http to https. I don’t have any redirects set on my nginx server, what could be wrong about it?
This is all because we have problems with AutoSSL Certificates renewals…
Are you seeing these redirects on Chrome (or other browsers)? Does your site also redirect if you use the curl command? Most visitors using browsers will be redirected from http to https by the browsers themselves, as they’ve recently enabled a forced redirect when domains have a specific DNS record (all Cloudflare websites using Universal SSL do). Requests from AutoSSL shouldn’t be affected, though.
Redirects happen both in browsers and curls. The curls i make on port 80 show in the end: location on https://
Its rare tho what happens with AutoSSL, true, shouldn’t be affected.