Attemp to install SSL on my subdomain hosted on Cloudflare

Website URL

Error Message

Other Information

I’m trying to install the SSL on my subdomain because I’m using the Full (strict) option on my Cloudflare dashboard. I already added the CNAME record to my DNS:


Despite this, I still get the “no CNAME found” message on my InfinityFree dashboard:

Any help would be greatly appreciated! Thank you.

Honestly, I see no reason why you would use Full (Strict) and tries to solve the DNS complexity instead of just use Full with our 10 years self-signed certificate.

OK, I see why your records isn’t getting recognized.

What you are currently creating is something like this:

_acme-challenge CNAME <Verification>

At the first glance, it might be correct. However, if you look closely enough, you’ll find that the client area is assuming that you are editing the DNS records of awards.juligang.es, instead of juligang.es. But since you are directly editing the records of juligang.es, you must create a record like this:

_acme-challenge.awards CNAME <Verification>

You must specify the awards part, otherwise it cannot be recognized on the subdomain.

5 Likes

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