Hi there!
What would be the easiest way to enable https on my GitHub Pages website with a custom domain? The domain is from Namecheap if it matters.
Thanks!
Hi there!
What would be the easiest way to enable https on my GitHub Pages website with a custom domain? The domain is from Namecheap if it matters.
Thanks!
Ss far as I can tell from a quick search of github - HTTPS is not supported for GitHub Pages using custom domains, only if you use the github.io (unless you use a CDN like cloudflare).
If you go down the CDN route, keep in mind you’ll be able to have SSL between the CDN’s edge and the user, but between the origin and the CDN, it will be unencrypted, with a custom domain.
Gotcha, thanks for the info!
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.