jsDAV
jsDAV copied to clipboard
Question: How to run server using HTTPS?
Hi, Is there a way to start webdav server via secure connection?
I am looking to do something similar, although more complicated: run jsDAV using an http2 server.
Searching shows only one place outside the tests where http is required, in server.js. Around line 145, it looks like it will use options.server
if it is passed in, so that is probably how you can use HTTPS.
HTTPS (with auto-provision from Let's Encrypt) is on the roadmap for my application too, so I'll be curious to hear what you end up doing.