I've got a domain on GoDaddy at [domain].com that I'm trying to connect to my GitHub Pages at [domain].github.io.
The problem is that my site only shows up at , not .
In the GitHub repo, I've added my custom URL as [domain].com, added [domain.com] to the CNAME file, and checked the box to Enforce HTTPS.
On GoDaddy, I've set up the CNAME to direct from www to [domain].github.io, as well as added the four A records as recommended in the docs.
How do I get my site to load using both https:// and http://? I've tried forwarding http:// to https:// on GoDaddy to no avail.