Error configuring Cloudflare Pages custom domain
I set up a custom domain on Cloudflare Pages, but when I access the address, an
ERR_SSL_VERSION_OR_CIPHER_MISMATCH
error is returned.
The pages.dev
address works, but the domain does not.
https://redelimpanome-parceiros-app.pages.dev
https://parceiro.redelimpanome.com.br15 Replies
heh, cloudflare is marking it as malware for me
try set the ssl to full(strict) in the domain settings
@Soham my domain is not hosted on Cloudflare. How do I do that?
It can take some time for the SSL certificate to be provisioned for a custom domain. Does it show as active?
@Cyb3r-Jok3, it's been two days and nothing. Shows Inactive (Requires DNS setup)
where is your domain hosted on?
Hostinger
are your nameservers on cloudflare?
The domain is in the name of a client. But I believe it's on Hostinger too.
did you add the dns record for the website?
Yes.
If I run
nslookup parceiro.redelimpanome.com.br 1.1.1.1
I have the following output:
Could it be something in the SSL configuration where the domain is hosted?yeah probably
You have CAA records created for your domain:
but you're missing pki.google, which Pages will use (Pages will randomly pick Let's Encrypt or Google)
https://developers.cloudflare.com/pages/platform/debugging-pages/#missing-caa-records
@Chaika are they simple DNS records that I can add to the hosting provider? Another thing: I created another application on the same domain, but with a different subdomain and it worked normally.
admin.redelimpanome.com.br
are they simple DNS records that I can add to the hosting provider?Yup
admin.redelimpanome.com.brIf you click on cert details, you can see it's a Let's Encrypt cert. You just got lucky, is all. Pages will use either Google or Let's Encrypt, it just picked Google for the other one and failed, is likely what happened
@Chaika Thanks.
I'll try to add them and test again.
@Chaika , thanks.
I added the records and it worked