1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-09-15 20:36:55 +00:00

First commit

This commit is contained in:
Guillaume Ayoub 2016-02-08 18:48:16 +01:00
commit 1ee43a0c3b
47 changed files with 1328 additions and 0 deletions

View file

@ -0,0 +1,19 @@
---
layout: page
title: HTTPS and Authentication
---
HTTPS connections and authentication have been added to Radicale this
week. Command-line options and personal configuration files are also ready for
test. According to the TODO file included in the package, the next version will
finally be 0.2, when sunbird 1.0 is out. Go, Mozilla hackers, go!
HTTPS connection
HTTPS connections are now available using the standard TLS mechanisms. Give
Radicale a private key and a certificate, and your data are now safe.
Authentication
A simple authentication architecture is now available, allowing different
methods thanks to different modules. The first two modules are ``fake`` (no
authentication) and ``htpasswd`` (authentication with an ``htpasswd`` file
created by the Apache tool). More methods such as LDAP are coming soon!