Jump to content

Traefik 2.11.1 Connection Issues and Solution


FunkyBuddha

Recommended Posts

Problem:

Traefik introduced new timeout defaults which caused websockets and other connections to fail. They supposedly increased the connection default in v2.11.2 but it has not fixed my connection issues. The fix below is for v2.11.1.

 

Solution:

Quote

entryPoints:
  web:
    address: ":80"
    transport:
      respondingTimeouts:
        tcp:
          lingeringTimeout: 0

  web-secure:
    address: ":443"
    transport:
      respondingTimeouts:
        tcp:
          lingeringTimeout: 0

 

Link to comment

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...