Boomzors
CDCloudflare Developers
•Created by Boomzors on 1/14/2024 in #general-help
Disable HTTPS redirects
I have a simple static site hosted in cloudflare pages. I bought a custom .com domain for it.
My goal is to have the https disabled because I'm developing an app for Mac OS X Tiger and I want users using Safari 4 to be able to use it.
Encryption is set to flexible
Always Use HTTPS is set to OFF
Minimum TLS Version set to 1.0
Automatic HTTPS Rewrites is set to OFF
but when I do
curl -I -L http://tiger-pistats.com
I still see the redirect happening.
Is there a way to do what I want? I wouldn't mind (even prefer) if browsers that support it load https, but I'd like to not redirect specific http calls to https.
thank you.7 replies