FunkyBuddha Posted April 13, 2024 #1 Posted April 13, 2024 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 1
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now