Custom Hostname SSL not working with Vercel domains

Hey! Can’t seem to figure out a workaround for this issue…

So, we use Cloudflare for SaaS to allow our users to point their domain to our software, and we’ve set up Custom Hostnames for the SSL. Everything works fine, our users just create a single CNAME record and they’re good to go.

But we’re having issues with domains managed from Vercel, our users would create the CNAME record and point to our fallback URL and that will work fine, but SSL is not getting validated by Cloudflare.
We tried all validation methods, but nothing seem to work. We added TXT records for acme-challenge to Vercel, but nothing.

Does anyone know a workaround for this? That would be much appreciated!

Is this the record you are expecting to see?

$ dig friends.tlt.li TXT
friends.tlt.li.		60	IN	CNAME	domains.tolt.io.

Yea, that’s correct.

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