Hacker News new | past | comments | ask | show | jobs | submit login
Ask HN: How are you hosting static website these days, with SSL
2 points by vmception on March 6, 2021 | hide | past | favorite | 3 comments
I've been using S3 + Cloudfront + ACM for several years, and its fine but getting redirects from http is trickier than it should be. usually my https:// without a www. is unroutable, no matter whether I name the S3 bucket correctly, or if I set the cloudfront distribution to redirect requests, or if I use an ACM SSL certificate with a wildcard for the subdomain. Doesn't usually bother users but sometimes key people can get bounced.

I'm just curious if there was an equally cheap and but more autopilot modern static website solution. This solution costs like a few cents per month, whereas squarespace or any landing page site cost like $99/yr with a bunch of upsells.




Netlify and Vercel are both great choices for static sites and have SSL support. I'm not sure what your current deployment is like now but I believe they both support drag-and-drop or connecting directly to a git repo.

If you want to play with a similar but different idea also check out Cloudflare workers.


GitHub Pages or GitLab Pages may be suitable.


+1 for github pages




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: