mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-31 19:50:55 +00:00
Add note about security when using X-Remote-User
This commit is contained in:
parent
9dfd727b6c
commit
9176414ba4
1 changed files with 3 additions and 0 deletions
3
proxy.md
3
proxy.md
|
@ -41,6 +41,9 @@ location /radicale/ {
|
|||
}
|
||||
```
|
||||
|
||||
**Security:** Untrusted clients should not be able to access the Radicale
|
||||
server directly. Otherwise, they can authenticate as any user.
|
||||
|
||||
## Secure connection between Radicale and the reverse proxy
|
||||
SSL certificates can be used to encrypt and authenticate the connection between
|
||||
Radicale and the reverse proxy. First you have to generate a certificate for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue