v2.11.50
MinishLab/model2vecv2.11.50Jun 10, 2026by github-actions[bot]
AI Summary
This release focuses specifically on fixing TLS router configurations to handle edge cases involving multiple entry points.
Key Highlights
- Fixed routers with same host but different TLS options
- Fixed SNI check for routers with no hosts
- TLS configuration stability improvements
New Features
- TLS router fixes
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)