-
Notifications
You must be signed in to change notification settings - Fork 817
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IPv6 support #709
Comments
Which CDN are you using? |
Hi. I'm a volunteer on the OpenJS Infrastructure team (mainly for jQuery and other former jQuery Foundation projects). According to the Cloudflare configuration, IPv6 was enabled for momentjs.com domains 7 years ago.
I note that GitHub themselves also use a CDN (Fastly) and that too supports IPv6 already.
Maybe we don't need the double layered CDN here? It looks like GitHub isn't currently trying to provision a Let's Encrypt certificate for this domain so I can't actually turn this off. @gilmoreorless @ichernev Do one of you have admin access on this repo to check the Pages settings? Maybe there's a domain verification or HTTPS setting that needs to be initiated. |
Thanks for looking into this @Krinkle. The GitHub Pages setting for this repo has the "Enforce HTTPS" checkbox disabled, with the message:
|
@gilmoreorless Okay, I've follow the CNAME/ALIAS instructions. The site is now served with missing certificate. It's a bit annoying that to fix enforcement of HTTPS we actually have to temporary break all HTTPS. But, I guess that's how it works with GitHub Pages?
I guess that's worth a try at https://github.com/moment/momentjs.com/settings. I'll give it an hour or so before reverting. You can also ping me through various methods. |
I've re-enabled Cloudflare proxy with the old DNS settings. |
Describe the bug
momentjs.com lacks IPv6 addresses and thus resources (JavaScript) from it can't be received using IPv6.
Since the CDN seems to be served by Cloudflare, which has great IPv6 support, it should hopefully be a simple fix by enable IPv6 in dashboard, as per their IPv6 documentation.
Thank you.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: