v2.11.50
AlexxIT/go2rtcv2.11.50Jun 10, 2026by github-actions[bot]
AI Summary
A minor release dedicated to resolving TLS-related issues, specifically regarding routers with identical hosts but different TLS options.
Key Highlights
- Fixes TLS router handling for routers sharing the same host but using different TLS options on different entry points.
- Fixes SNI check logic for routers without host definitions.
Full Release Notes
**Bug fixes:** - **[tls]** Fix routers with same host, different tlsoptions on different entryPoint ([#13329](https://github.com/traefik/traefik/pull/13329) @juliens) - **[tls]** Fix snicheck for routers with no hosts ([#13333](https://github.com/traefik/traefik/pull/13333) @rtribotte)