Website is being redirected to many times

What is the name of the domain?

extropify.com

What is the error number?

ERR_TOO_MANY_REDIRECTS

What is the error message?

www.extropify.com redirected you too many times.

What is the issue you’re encountering

When I change the Nameservers on Namecheap this happens.

What steps have you taken to resolve the issue?

Removing the nameservers and taking the domain off Cloudflare makes it work.

I am trying to redirect from the root domain to the WWW domain using Cloudflare’s free service. Might upgrade if it works well.

What are the steps to reproduce the issue?

Just go the website, it should reproduce. Try the root and the WWW domains.

Screenshot of the error

PS C:\Users\B> Invoke-WebRequest -Uri https://extropify.com -MaximumRedirection 0

StatusCode : 301
StatusDescription : Moved Permanently
Content :
301 Moved Permanently

301 Moved Permanently



cloudflare

RawContent : HTTP/1.1 301 Moved Permanently
Connection: keep-alive
Report-To: {“endpoints”:[{“url”:"https://a.nel.cloudflare.com/report/v4?s=Noa91wQdVEoas6sYmbZPx
ssENcSfzyCXInd0jg1Y9kYsFcktRYybx590Nrn5rvm3ac…
Forms : {}
Headers : {[Connection, keep-alive], [Report-To, {“endpoints”:[{“url”:“https://a.nel.cloudflare.com/report
/v4?s=Noa91wQdVEoas6sYmbZPxssENcSfzyCXInd0jg1Y9kYsFcktRYybx590Nrn5rvm3acBkMTpj4BDv%2FRNY9tSoolDXNm
Xl4pvM%2BlJjCOtSOOuzlomEHXYNX9kMqBcf45er”}],“group”:“cf-nel”,“max_age”:604800}], [NEL,
{“success_fraction”:0,“report_to”:“cf-nel”,“max_age”:604800}], [CF-RAY, 90412f7c7e413350-EWR]…}
Images : {}
InputFields : {}
Links : {}
ParsedHtml : System.__ComObject
RawContentLength : 167

Invoke-WebRequest : The maximum redirection count has been exceeded. To increase the number of redirections allowed,
supply a higher value to the -MaximumRedirection parameter.
At line:1 char:1

  • Invoke-WebRequest -Uri https://extropify.com -MaximumRedirection 0
  •   + CategoryInfo          : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], Invali
     dOperationException
      + FullyQualifiedErrorId : MaximumRedirectExceeded,Microsoft.PowerShell.Commands.InvokeWebRequestCommand

Check your SSL/TLS setting is set to “Full (strict)” in your dashboard here…
https://dash.cloudflare.com/?to=/:account/:zone/ssl-tls

1 Like

Perfect! That was it. :slight_smile:

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.