mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
Updated Reverse Proxy Diagnostics Troubleshooting (markdown)
parent
be5015f489
commit
3b649fce1c
1 changed files with 10 additions and 2 deletions
|
@ -180,8 +180,16 @@ Last-Modified: Wed, 13 Mar 2024 05:36:47 GMT
|
||||||
|
|
||||||
## using ngrep
|
## 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
|
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
|
Loading…
Add table
Add a link
Reference in a new issue