You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm installing Radicale and was confused by this language in the installation guide:
In the reverse proxy section, it says that "Untrusted clients should not be able to access the Radicale server directly. Otherwise, they can authenticate as any user." Does this mean that someone without my credentials will be able to access my Radicale remotely? Is it only if the X-Remote-User header is passed? Am I safe if requests are not allowed except through nginx?
The text was updated successfully, but these errors were encountered:
If auth-type is set to http_x_remote_user, the user will be set via the X-Remote-User header without any further restrictions. Clients must not be allowed to pass the header in this case.
If auth-type is set to something different, the header is ignored.
If auth-type is set to http_x_remote_user, the user will be set via the X-Remote-User header without any further restrictions. Clients must not be allowed to pass the header in this case. If auth-type is set to something different, the header is ignored.
I see. Thank you, that clears up my confusion. My auth type is set to htpasswd and I chose not to pass the X-Remote-User header so I should be fine.
I'm installing Radicale and was confused by this language in the installation guide:
In the reverse proxy section, it says that "Untrusted clients should not be able to access the Radicale server directly. Otherwise, they can authenticate as any user." Does this mean that someone without my credentials will be able to access my Radicale remotely? Is it only if the X-Remote-User header is passed? Am I safe if requests are not allowed except through nginx?
The text was updated successfully, but these errors were encountered: