code4sac / wicit

A simple node/express app for finding locations that accept WIC in California, using data from the new California Department of Public Health open data portal.
http://findwic.com/
MIT License
19 stars 20 forks source link

Move to github pages - Need HTTPS #49

Open KalebClark opened 7 years ago

KalebClark commented 7 years ago

@natebass was able to port this from node/express to github pages. The only problem that we have found is that location services will not work because we have not figured out how to deploy github pages site with custom domain & HTTPS.

Location Services requires HTTPS.

Can you figure out how to deploy a site to github pages, with a custom domain AND HTTPS?

natebass commented 7 years ago

I don't think it's possible. We can just scrap the github pages thing; it was still a good learning experience!

Straight from github support:

HTTPS is not supported for GitHub Pages using custom domains.