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.
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.