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

Updated Reverse Proxy Diagnostics Troubleshooting (markdown)

Peter Bieringer 2024-09-26 19:09:01 +02:00
parent be5015f489
commit 3b649fce1c

@ -180,8 +180,16 @@ Last-Modified: Wed, 13 Mar 2024 05:36:47 GMT
## using ngrep
One can use `ngrep` to watch traffic between reverse proxy and "radicale" (example) - but only senseful if this connection has no encryption active.
One can use `ngrep` to watch traffic between reverse proxy and _radicale_ (example) - but only senseful if this connection has no encryption active.
```
ngrep -d lo port 5232
```
```
# Authorization Header suppressed
## Apache + WSGI
Required option to use user authentication of _radicale_: `WSGIPassAuthorization On`
See also example configuration: https://github.com/Kozea/Radicale/blob/master/contrib/apache/radicale.conf