This domain, superakerele.com, which I pointed to Certbot, is no longer opening. I have tried everything I know, but when I attempt to access it, I get an error that says, 'superakerele.com redirected you too many times.
what are your cloudflare settings? Try full strict
3 Likes
Hi @segsy,
HTTP redirecting to HTTPS; this is fine.
$ curl -Ii http://superakerele.com/.well-known/acme-challenge/sometestfile
HTTP/1.1 301 Moved Permanently
Date: Tue, 22 Oct 2024 19:58:54 GMT
Content-Type: text/html; charset=iso-8859-1
Connection: keep-alive
Location: https://superakerele.com/.well-known/acme-challenge/sometestfile
cf-cache-status: DYNAMIC
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=4qKQIOHbiLE6%2FIDkVi%2FgM0lXh%2BjlCnnXngOzRYoPSYx1r9y3UYt%2BXS7In1nOYwxZLdRZ5ZI%2Fd398oP9qZoYItFJ5uJIGWB3a2utfjt3d%2FnCfZm0EhlWTJUVap3mrX33qJM%2Bk"}],"group":"cf-nel","max_age":604800}
NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server: cloudflare
CF-RAY: 8d6c1091d90815d4-SJC
alt-svc: h3=":443"; ma=86400
server-timing: cfL4;desc="?proto=TCP&rtt=19884&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=120&delivery_rate=0&cwnd=242&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"
Here HTTPS redirects to the same HTTPS, thus causing an infinite loop.
$ curl -k -Ii https://superakerele.com/.well-known/acme-challenge/sometestfile
HTTP/2 301
date: Tue, 22 Oct 2024 19:59:11 GMT
content-type: text/html; charset=iso-8859-1
location: https://superakerele.com/.well-known/acme-challenge/sometestfile
cf-cache-status: DYNAMIC
report-to: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=ThpZ08ljnM7oDIwDw1YnH6soVA5ndrELyIH%2FGZ9Cnsa47Iw%2FhZu5kP7ExSi2maa7g47aYbrR2HMRthwpUJSJOsK8wXRKYWZx2FS9RcK0v6jbnoJPbyZ%2BjBpWQcaQd%2F9forSE"}],"group":"cf-nel","max_age":604800}
nel: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
server: cloudflare
cf-ray: 8d6c11003dfd67bb-SJC
alt-svc: h3=":443"; ma=86400
server-timing: cfL4;desc="?proto=TCP&rtt=29272&sent=7&recv=11&lost=0&retrans=0&sent_bytes=3421&recv_bytes=856&delivery_rate=120832&cwnd=254&unsent_bytes=0&cid=59fc2ae1fd32c69f&ts=355&x=0"
2 Likes
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.