Hi! We recently moved luau.page DNS from Cloudflare to Porkbun.
Cloudflare used to terminate TLS at the edge. Porkbun is DNS-only, so GitHub Pages now needs to serve a certificate that includes this custom domain directly:
Some GitHub Pages sites may temporarily serve the default *.github.io certificate until GitHub refreshes the custom-domain HTTPS certificate.
Could you open Settings -> Pages for this repository? That was enough to refresh the cert for luau.page. If it stays stuck, GitHub troubleshooting docs recommend removing and re-adding the custom domain to restart HTTPS provisioning.
You can also trigger/check the GitHub Pages DNS health check with:
gh api repos/jsdotlua/react-lua/pages/health
No code change should be needed; this is just a GitHub Pages settings/certificate refresh after the DNS provider change.
Thanks, and sorry for the migration noise.
Hi! We recently moved
luau.pageDNS from Cloudflare to Porkbun.Cloudflare used to terminate TLS at the edge. Porkbun is DNS-only, so GitHub Pages now needs to serve a certificate that includes this custom domain directly:
react.luau.pageSome GitHub Pages sites may temporarily serve the default
*.github.iocertificate until GitHub refreshes the custom-domain HTTPS certificate.Could you open Settings -> Pages for this repository? That was enough to refresh the cert for
luau.page. If it stays stuck, GitHub troubleshooting docs recommend removing and re-adding the custom domain to restart HTTPS provisioning.You can also trigger/check the GitHub Pages DNS health check with:
No code change should be needed; this is just a GitHub Pages settings/certificate refresh after the DNS provider change.
Thanks, and sorry for the migration noise.