Traefik proxy - Unsolicited response received on idle HTTP channel starting with "0\r\n\r\n"; err=<nil> #1978
Replies: 8 comments 4 replies
-
Hey, I have no idea what the goal of that watch is, can you give some information about what it is you're trying to achieve exactly? |
Beta Was this translation helpful? Give feedback.
-
This is bare bone install, no watches. I just fire up docker compose, then have traefik hand it an ssl. Any page I visit, I get three copies of that error on the traefik docker container. In fact, I deleted the two default watches as well. |
Beta Was this translation helpful? Give feedback.
-
I still have zero idea what you're talking about, why do you use traefik exactly? try to give some background/context |
Beta Was this translation helpful? Give feedback.
-
"hand it an ssl." what does this mean? |
Beta Was this translation helpful? Give feedback.
-
Traefik acts as reverse proxy which manages creating let's encrypt SSL certificates so I can access changedetect at https://changedetect.mydomain.com. I use this for all my docker containers, and only Change Detect is complaining on every page view. |
Beta Was this translation helpful? Give feedback.
-
I renamed the issue and moved it to discussions, and then renamed the title of the post to give a bit more info to someone who might be reading it |
Beta Was this translation helpful? Give feedback.
-
@officiallymarky 2 seconds of google gave me this #400 (comment) |
Beta Was this translation helpful? Give feedback.
-
So it looks like it's an upstream bug - follow more here #2053 |
Beta Was this translation helpful? Give feedback.
-
receiving errors:
2023/11/14 08:33:19 transport.go:2273: Unsolicited response received on idle HTTP channel starting with "0\r\n\r\n"; err=
2023/11/14 08:34:28 transport.go:2273: Unsolicited response received on idle HTTP channel starting with "0\r\n\r\n"; err=
2023/11/14 08:34:28 transport.go:2273: Unsolicited response received on idle HTTP channel starting with "0\r\n\r\n"; err=
2023/11/14 08:34:29 transport.go:2273: Unsolicited response received on idle HTTP channel starting with "0\r\n\r\n"; err=
2023/11/14 08:34:29 transport.go:2273: Unsolicited response received on idle HTTP channel starting with "0\r\n\r\n"; err=
2023/11/14 08:34:29 transport.go:2273: Unsolicited response received on idle HTTP channel starting with "0\r\n\r\n"; err=
2023/11/14 08:34:29 transport.go:2273: Unsolicited response received on idle HTTP channel starting with "0\r\n\r\n"; err=
Version
v0.45.7.3
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No errors
Desktop (please complete the following information):
Ubuntu Server & Desktop
Docker Compose
Beta Was this translation helpful? Give feedback.
All reactions