statiqdev / Statiq.Web

Statiq Web is a flexible static site generator written in .NET.
https://statiq.dev/web
Other
1.64k stars 234 forks source link

Add support for HTTPS to the preview server #987

Open daveaglick opened 2 years ago

daveaglick commented 2 years ago

With browsers becoming stricter about secure connections, even locally, the preview server should (optionally) serve the site securely. Should essentially just copy what dotnet-serve does if possible: https://github.com/natemcmaster/dotnet-serve#configuring-https

daveaglick commented 2 years ago

Also see https://github.com/statiqdev/Discussions/discussions/27