How to protect FileServer with username and password or certificates in node?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

How to protect FileServer with username and password or certificates in node?

Amber Milan Eskridge
Hello

How can one protect the FileServer WebDAV-Functionality with username/password or a client-side certificate so that no-one can commit, that doesn't have the correct certificate or the correct username/password combination?

Thanks for any ideas.
Reply | Threaded
Open this post in threaded view
|

Re: How to protect FileServer with username and password or certificates in node?

Nicolas Petton
The nodejs FileServer doesn't handle it yet. However, you can setup a
webdav with Apache to handle that.

(see http://amber-lang.net/documentation.html)

cheers,
Nico

On Tue, 2011-11-08 at 15:29 +0100, Amber Milan Eskridge wrote:

> Hello
>
>
> How can one protect the FileServer WebDAV-Functionality with
> username/password or a client-side certificate so that no-one can
> commit, that doesn't have the correct certificate or the correct
> username/password combination?
>
>
> Thanks for any ideas.