It’s your DNS.
You have CNAME’d support.carvebot.com to carvebot.com, which is why it works.
But there’s no such CNAME or A/AAAA record for forum.carvebot.com, so this subdomain does not resolve at all.
I’m not familiar with your provider’s DNS tools, but you’ll know you’re ready when you can get forum.carvebot.com to also return carvebot.com when you do a CNAME lookup here: https://dnschecker.org
It sounds like you’re really close — the issue you’re facing with forum.carvebot.com is likely DNS-related. Based on the AutoSSL error and the fact that the domain doesn’t resolve, it seems that the subdomain forum.carvebot.com isn’t properly set up in your DNS settings yet.
Even though support.carvebot.com worked without a CNAME, it’s possible that your hosting provider (or GoDaddy) automatically created an A or CNAME record for it when it was added. You’ll want to double-check in your GoDaddy DNS zone that there is an A record or CNAME for forum.carvebot.com. If not:
- Try creating an A record for
forum.carvebot.com pointing to your server’s IP address (same as your main domain).
- Wait for DNS propagation (can take up to a few hours).
- Then rerun AutoSSL in cPanel to issue the certificate.
Also, make sure that the subdomain is added as an alias or addon domain in cPanel under the correct root, though it sounds like you already did that.
Thanks for the responses. I did have a CNAME record in the Godaddy DNS zone as well as adding the domain in cPanel. I let that sit for a couple of days and no change. I removed the CNAME record thinking maybe the 2 were conflicting, but no change. Now I’ve changed it to an A record to see if that makes a difference. If that doesn’t work, should I try removing the domain from cPanel and trying with just the host’s DNS zones? This is beyond frustrating. Been at this a week now as I let each change sit for at least a day to see if it propagates.
-
This reply was modified 1 year, 1 month ago by
joesighting.
Hi @joesighting,
The issue is definitely DNS-related. You need a CNAME or A record for forum.carvebot.com pointing to your main site or server IP. Once that propagates, AutoSSL should work and the subsite will load. I had a similar setup on CarveBot, and adding the proper DNS record fixed the subdomain issue instantly.