I can’t access my subdomains. I have a domain from another company. I have created a A record with the IP, a CNAME with subdomain and a CNAME with www but it won’t access. I have earlier used DuckDNS and have a SWAG reverse proxy and it worked briefly after changing CF name servers, but I can’t get it to work no matter what I try.
If your account is not able to edit your original post, you can flag the post for Something Else and indicate that you would like your domain name to be removed from the post. You may need to select the three dots menu in the post to view the flag option.
Thanks, but still not sure if its working.
I can access my subdomains if im on wifi at home but still using subdomain.domain.xx.
If im on mobile it wont connect.
How do I get it to work?
You don’t have a DNS record for your apex domain and www is giving error 526 which means the SSL certificate on your origin is invalid (expired, not for the correct hostname or self signed, etc).
Thanks for the reply.
Can you check again if it’s working now.
I can access it from cellphone, but I don’t how long it will last.
In regards to the SSL I have setup a SWAG docker container with Nginx reverse proxy.
This is my current DNS in CF:
The A record is a Dynamic DNS I have on my pfsense router that refreshes the IP if it change. All the subdomains points to the ddns.domainname except the www.
So:
Should I create an extra A record with my domainname pointing to my public IP address or not?
Should I have the www point to ddns.domainname like the other subdomains or only to domainname?