Problem error subdomain

Hello !

I currently have problems with my subdomains since I am at Cloudflare, as soon as I go on one of the two sites (subdomain) : https://boutique.skybot.me and https://status.skybot.me

It shows me this: Impossible to connect to the server at www.boutique.skybot.me. So that when i will check the spread of the DNS here: DNS Checker - DNS Check Propagation Tool or https: // DNS Checker - DNS Check Propagation Tool it puts me well that the DNS has been spread … I do not understand

Please help me…

Why is there a www? And do you have DNS records for that? Your DNS check example doesn’t include www in the host name. Perhaps your origin is misconfigured and is improperly redirecting to www?

Indeed, the problem comes from this www, how can I do to correct this?

You will either need a DNS record for www.boutique pointing to your server, or you will need to remove the redirect from boutique to www.boutique and serve the site without the www.

Note: If you add the DNS record for www.boutique, then unless you have a dedicated certificate from Cloudflare, then Cloudflare’s SSL will not work - you would have to set that subdomain to :grey: and bypass Cloudflare services.

Thanks !