Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Traefik 2.11.1 & 3.0.0-rc4 break websocket connections #4669

Closed
thielj opened this issue Apr 11, 2024 · 3 comments
Closed

Traefik 2.11.1 & 3.0.0-rc4 break websocket connections #4669

thielj opened this issue Apr 11, 2024 · 3 comments
Labels
blocked-upstream upstream (i.e. a dependency we depend on will have to do this work) security

Comments

@thielj
Copy link

thielj commented Apr 11, 2024

EDIT: The issue is fixed in Traefik 2.11.2 and 3.0.0-rc5.

Note that the tcp.lingeringTimeout setting has actually been removed. More importantly, Traefik (at least v3) will fail to start if these are present! See migration guide.


See traefik/traefik#10598

Fix: roll-back or wait for the update

Workaround: add this to your entrypoint in eg. traefikyml (static config):

    transport:
      respondingTimeouts:
        tcp:
          lingeringTimeout: 180

This comment has been minimized.

@thielj
Copy link
Author

thielj commented Apr 13, 2024

NOTE: Traefik 2.11.2 and 3.0.0-rc5 have actually removed the tcp.lingeringTimeout setting and more importantly, will fail to start if these are present

@CommanderStorm
Copy link
Collaborator

I am going to unpin this because as far as I read traefik/traefik#10598, this is fixed

@CommanderStorm CommanderStorm unpinned this issue Apr 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked-upstream upstream (i.e. a dependency we depend on will have to do this work) security
Projects
None yet
Development

No branches or pull requests

3 participants