latest 14 messages by palasso

+ [2019-12-11T08:32:35Z] palasso btw from reading the comments I also found the nice .dev gTLD. I might use that some day for my personal page :)
+ [2019-12-11T08:32:02Z] palasso nate: I think I'll just wait till they add the feature as they noticed it according to your link :)
+ [2019-12-11T08:19:10Z] palasso "We only generate a certificate for the exact domain that you specify in the custom domain input box"
+ [2019-12-11T08:18:51Z] palasso I thought it's possible due to step 8 being in both the sub-domain and the apex domain section. Possibly it'd be helpful if there was a warning that step 8 can't be done for both at the same time
+ [2019-12-11T08:18:11Z] palasso ty nate :)
+ [2019-12-11T08:14:16Z] palasso If I understand this correctly, it redirects from www.example.com to example.com. What if I made it redirect to username.github.io
+ [2019-12-11T08:13:36Z] palasso nate: I don't fully understand it but if I would change line 9 from example.com to username.github.io wouldn't it meet the certificate requirements?
+ [2019-12-11T08:09:59Z] palasso I think I made wrong on line 9 but I do not fully understand the example stated in step 6 partly because I do not understand what GITHUB-PAGES-SERVER is
+ [2019-12-11T08:09:09Z] palasso nate: Yes it supports a single custom domain but that's a sub-domain
+ [2019-12-11T08:07:17Z] palasso I am under the impression that since the certificate is valid for only these names (including "*.github.io") the problem lies in line 9 and that I should change from example.com to username.github.io which meets the "*.github.io" case
+ [2019-12-11T08:05:51Z] palasso In addition to what I stated previously I would like to add that the certificate error states that: "The certificate is only valid for the following names: www.github.com, *.github.io, *.githubusercontent.com, *.github.com, github.com, github.io, githubusercontent.com"
+ [2019-12-11T08:00:42Z] palasso How do I resolve my problem? Is the mistake the one at line 9? What GITHUB-PAGES-SERVER is from documentation and how do I apply those 2 rules that are specified? Thank you for your help
+ [2019-12-11T07:58:15Z] palasso Hello. I made a GitHub Pages website and have a custom domain. It seems I configured wrongly the www.example.com subdomain resulting in when typing https://www.example.com to throw a certificate error. HTTPS works for the apex domain https://example.com as well as for http://www.example.com which redirects to https://example.com. This is what dig shows https://bpaste.net/show/HLATO I think the mistake is in line 9 where I should add the username.
+ [2019-12-11T07:58:15Z] palasso github.io instead of the example.com but I do not understand what GITHUB-PAGES-SERVER is from https://help.github.com/en/github/working-with-github-pages/managing-a-custom-domain-for-your-github-pages-site thus I do not understand those 2 specific rules mentioned about it in step 6 on "configuring a subdomain". Thank you!