I have typically used Cloudflare with Gitlab Pages and custom domains without any problems. However, in this case I cannot use Cloudflare as this is a side project for a friend, e.g. I cannot make whatever change I want.
The current situation is as follows
GL CI pushed the content live
CNAME entry has been set, ie. when entering the www.eastendstudios.de it shows a GL 401 with “You don’t have permission to access the resource.”
Hi,
You probably want your entry to read
_gitlab-pages-verification-code.www.eastendstudios.de 150 IN TXT “gitlab-pages-verification-code=d4c84966389f4d2b50cb6340fdef04e”
so that it can be verified. May still get an issue with 401 after it is verified though.
I have a similar problem with a gitlab page deployed with publii. A similar problem is described here. I configured the web site as described here and the answer by DNS to dig request is correct.
However, I can browse example.com while I get 401 with www.example.com.
Any idea?