I am having a hard time connecting my custom domain name with my GH pages using Cloudflare DNS. I will post below pictures of all my setting and hopefully someone can help me. Thanks
Cloudflare doesn’t let me upload more than 1 image thats why I did that horrible stitching
Is your domain vogdanis.com? If so it works just fine.
A couple of things:
on GH Pages you can’t have both the root and www active together, you need to redirect one to the other. Use a Page Rule with a 301 (or 302 if you expect things to change soon regarding the redirects) from www.vogdanis.com/* to https://vogdanis.com/$1.
The Page Rule you have is basically half of Always Use HTTPS, since it applies only to the www subdomain. Delete that and use the actual Always Use HTTPS toggle in the SSL/TLS settings that applies domain wide.
yes thats my domain vogdanis.com works fine now. If i add the www. prefix then its not accessible again I will try to do what you suggested with the rule
The www subdomain is not accessible because in GitHub you have configured it without it, so it won’t respond to that. Either redirect to without it (making the root the main website) or change the config in GitHub and redirect to www.
That is most likely something local to your DNS resolver. Works just fine here.
Can you do a dig vogdanis.com or nslookup vogdanis.com (Linux/Mac the first, Windows the second).