Error log but successfull connection when using reverse proxy with NGINX #1446
Replies: 3 comments 1 reply
-
I am troubleshooting this as well. I haver not found any working radicale nginx configuration. I have the same nginx reverse proxy setup as you have here above. When using nginx before radicale it simply does not work with radicale authentication. Here you can see another person not being able to authentice to racidale: tomsquest/docker-radicale#138 While using radicale without the reverse proxy before it, it works fine. When I connect directly to the radicale server on the docker host all is well: I get the login page. I can log in fine. I can upload an ics file and use thunderbird to manage my calendar. Perfect. But when nginx is in front of it, the login page does not work at all. It seems the documentation is simply wrong as it is on the website. |
Beta Was this translation helpful? Give feedback.
-
I can't replicate.
Using brower and URL from above, login window appears and credentials are accepted. |
Beta Was this translation helpful? Give feedback.
-
Try using solution posted at #838 (comment). |
Beta Was this translation helpful? Give feedback.
-
I want to find out why
error.log
is posting an error2022/07/27 09:01:47 [error] 7337#7337: *10 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.111.1, server: MYDOMAIN.de, request: "REPORT /Hans/15b89950-1c5a-2b10-38bd-8b01c1178843/ HTTP/1.1", upstream: "http://[::1]:5232/Hans/15b89950-1c5a-2b10-38bd-8b01c1178843/", host: "MYDOMAIN.de:MYPORT"
while the connection actually is established well
and the changes or additions in my calendar are written and the changes are immediately readable from other clients.
My setup is
NGINX config file in
conf.d
for the Radicale server:general
nginx.conf
:and
/etc/radicale/config
:Beta Was this translation helpful? Give feedback.
All reactions