Cannot connect to caldav server in Docker behind tunnel #2140
Unanswered
daniellwdb
asked this question in
Q&A reverse proxy
Replies: 1 comment
|
Looks like the reverse proxy is configured to pass the the credentials to Radicale: Therefore the x-remote-user header will not be set by reverse proxy I assume. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am trying to set up opencloud and radicale by following this repo: https://github.com/opencloud-eu/opencloud-compose. Unfortunately I can't seem to authenticate for calendars.
These are logs from both radicale and opencloud after trying to log in to https://cloud.domain.dev/caldav/
Compose:
This is the tunnel configuration:
.
I think the logs indicate that the x-remote-user header couldn't be found so the user I logged in with in opencloud is lost when trying to reach radicale.
All reactions