Hi!
Despite the fact that my .domains file has both my domain and its www subdomain, and the fact that I have set up a correct CNAME and TXT record for my domain
$ dig www.hossein.me
;; ANSWER SECTION:
www.hossein.me. 300 IN CNAME main.pages.hossein.codeberg.page.
main.pages.hossein.codeberg.page. 300 IN A 217.197.84.141
I have a problem where a TLS cert is not issued for my www subdomain, and I also get "Failed Dependency (Error 424)! "could not obtain repo owner from custom domain"" after accepting the TLS security risk.
Thanks in advance.
### Comment
Hi!
Despite the fact that my [.domains file](https://codeberg.org/hossein/pages/src/branch/main/.domains) has both my domain and its www subdomain, and the fact that I have set up a correct CNAME and TXT record for my domain
```
$ dig www.hossein.me
;; ANSWER SECTION:
www.hossein.me. 300 IN CNAME main.pages.hossein.codeberg.page.
main.pages.hossein.codeberg.page. 300 IN A 217.197.84.141
```
I have a problem where a TLS cert is not issued for my www subdomain, and I also get "Failed Dependency (Error 424)! "could not obtain repo owner from custom domain"" after accepting the TLS security risk.
Thanks in advance.