GitHub Pages custom domain always reports InvalidDNSError #201719
Replies: 2 comments
-
|
I checked the public DNS, and it looks correct from here:
However, this URL returns https://raw.githubusercontent.com/yoshii91/homepage_part2/main/docs/CNAME So GitHub may not currently see a I would check these first:
|
Beta Was this translation helpful? Give feedback.
-
|
Since the public DNS appears to be resolving correctly, the remaining issue may be related to GitHub Pages' validation process rather than the DNS records themselves. A few additional things worth checking: Ensure the repository doesn't contain another CNAME file (for example, in the repository root) that could conflict with the one in docs/. If all of those checks pass and InvalidDNSError continues despite correct public DNS records, this is likely something only GitHub Support can investigate. Providing the repository name, custom domain, screenshots of the Pages settings, and the results of dig/nslookup in a support ticket should help them determine whether the domain validation or certificate provisioning process is stuck on GitHub's side. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Question
💬 Feature/Topic Area
Code Search and Navigation
Body
Hello GitHub Support,
I am experiencing an issue with GitHub Pages for my repository.
Repository:
https://github.com/yoshii91/homepage_part2
GitHub Pages configuration:
Custom domain:
wakai-fusuma.jp
Current issue:
GitHub Pages always reports:
DNS check unsuccessful
Both wakai-fusuma.jp and its alternate name are improperly configured.
Domain's DNS record could not be retrieved.
(InvalidDNSError)
HTTPS cannot be enabled.
Browsers display:
NET::ERR_CERT_COMMON_NAME_INVALID
SSL inspection shows that the server returns the default certificate:
Common Name: *.github.io
instead of a certificate for wakai-fusuma.jp.
I have already verified the following:
185.199.108.153
185.199.109.153
185.199.110.153
185.199.111.153
Despite this, GitHub Pages still reports InvalidDNSError and never issues a certificate for the custom domain.
Could you please check whether there is an issue with GitHub's domain validation or certificate provisioning for this repository?
Thank you.
Additional information:
Could someone from GitHub please check whether this domain is stuck in GitHub Pages validation or certificate provisioning?
Beta Was this translation helpful? Give feedback.
All reactions