I think the edge is not redirecting to HTTPS
I have multiple sites on cloudflare, and i check two of them:
curl -v jujiyangasli.com
curl -v wheeleasy.org
it won’t load…
if i manually use https as protocol, then it loads…
Most of users will just write the domain name, so redirecting from http to https is very important.
Both sites have Always Use HTTPS
ON in the SSL/LTS Edge Certificates settings
M4rt1n
2
For me, both of the mentioned sites load and properly redirect from HTTP to HTTPS. Maybe you have some DNS/Browser cache that causes problems?
Can you try from your mobilephone or from a anonym tab?
hi, thanks for your reply… I have edited the question to use curl…
Those two are not redirecting for me… how about you?

It’s not sending anything…
M4rt1n
5
~# curl -v jujiyangasli.com
> GET / HTTP/1.1
> Host: jujiyangasli.com
> User-Agent: curl/7.64.0
> Accept: */*
< HTTP/1.1 301 Moved Permanently
< Date: Mon, 03 Jan 2022 18:08:31 GMT
< Transfer-Encoding: chunked
< Connection: keep-alive
< Cache-Control: max-age=3600
< Expires: Mon, 03 Jan 2022 19:08:31 GMT
< Location: https://jujiyangasli.com/
< Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=NBb1Hb1DvpvWOVrPHqWdRkiRsuEw63FHPLwLK87wZZ1RoJr5f2U0hoFRZxLJxbZFymyeQaBwXzTrnTPXgCgjVyEyuFnvumiaKJCMVB3PyFZKg8C53thQM1EqYcM4HQguyOBEk4pRe7VrQNvPiUk%2F"}],"group":"cf-nel","max_age":604800}
< NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
< X-Content-Type-Options: nosniff
< Server: cloudflare
< CF-RAY: 6c7e2c42fa903244-FRA
< alt-svc: h3=":443"; ma=86400, h3-29=":443"; ma=86400, h3-28=":443"; ma=86400, h3-27=":443"; ma=86400
<
* Connection #0 to host jujiyangasli.com left intact
Thank you @M4rt1n , at least i can sleep now 
1 Like
M4rt1n
7
Have a good sleep and clear your DNS cache of your server or router 
system
Closed
8
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.