jsDAV icon indicating copy to clipboard operation
jsDAV copied to clipboard

Question: How to run server using HTTPS?

Open mpodriezov opened this issue 9 years ago • 1 comments

Hi, Is there a way to start webdav server via secure connection?

mpodriezov avatar Jan 08 '16 13:01 mpodriezov

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.

edrex avatar Jan 29 '16 17:01 edrex