Skip to main content

How to Update Your DNS Records on Cloudflare

Learn how to configure root domain records on Cloudflare with DNS-only CNAMEs and correct SSL/TLS settings to avoid redirect errors

Charlene avatar
Written by Charlene
Updated yesterday

Root domain records on Cloudflare

For all domains hosted on Cloudflare, the proxy must be disabled and set to DNS only. You'll also need to use these records instead

Type

Name

Value

CNAME

@

cname.super.so

CNAME

www

cname.super.so

Using Cloudflare proxy

When Cloudflare proxy is on, your site may show an error err_too_many_redirects.

This issue occurs when your Cloudflare SSL/TLS configuration is set to "Flexible". This will have Cloudflare send requests to Super over HTTP and in response Super will send data back over HTTPS. To keep all our connections secure you must request Cloudflare to only send requests over HTTPS. To fix this issue, the "SSL/TLS" option in Cloudflare needs to be set to "Full" or "Full (strict)".

Source:

When assigning a domain to a Project on Vercel that is currently using a Cloudflare proxy, you may encounter the error "err_too_many_redirects". In this article, we will explain why this error occurs and what changes you need to make to resolve it. Thia error occurs when your Cloudflare SSL/TLS configuration is set to "Flexible".

Did this answer your question?