getzola / zola

A fast static site generator in a single binary with everything built-in. https://www.getzola.org
https://www.getzola.org
MIT License
13.97k stars 963 forks source link

Add HTTPS support to the development server #1540

Open paul-go opened 3 years ago

paul-go commented 3 years ago

Unless there is something missing in the documentation, it appears that the Zola development server doesn't support loading in custom HTTPS certificates for SSL. The problem with this is that the list of JavaScript features that only work in an HTTPS context is only getting longer. For instance, the window.crypto.subtle object is completely MIA in HTTP land. My current work-around is to use a separate development server that supports HTTPS, but this is quite awkward.

Keats commented 3 years ago

It would be a nice addition.