Verifying and checking a domain for Github Pages

Viewed 13

This is a follow-up to

How to resolve "Domain's DNS record could not be retrieved" in GitHub page creation process?

With dig mydomain.com I got

mydomain.com.      3130    IN      A       185.199.109.153
mydomain.com.      3130    IN      A       185.199.110.153
mydomain.com.      3130    IN      A       185.199.111.153
mydomain.com.      3130    IN      A       185.199.108.153

so I have the proper DNS A records.

There are two things in Github Pages for a domain:

  • verifying it through a DNS TXT record
  • checking it at the repository's Settings at Pages

Verifying did work for me, but the second, checking does not work for me. I get always the error message

Domain's DNS record could not be retrieved. For more information, see documentation (InvalidDNSError).

Why do I get this InvalidDNSError message, despite of having the correct A and AAAA records and the TXT record Github gave me and later verified?

0 Answers
Related