On Wed, Mar 11, 2026 at 01:33:11PM +0100, Martin Ziemer wrote: > Since start of the week net/syncthing keeps crashing on me. (I update my > systems only once a week) > > The message is "panic: crypto/tls bug: where's my session ticket?" > > Internet search showed me, the guys at NetBSD had the same Problem > since go 1.26: > https://mail-index.netbsd.org/tech-pkg/2026/03/02/msg032026.html > > Don't know, how the right solution for us should look, ... >
This is a problem in quic-go, fixed in: https://github.com/quic-go/quic-go/releases/tag/v0.57.1 Updating the syncthing port to 2.0.15 should fix this since it uses a newer version of quic-go. No diff since I don't know the magic involved to accomplish this since this port is full of custom hacks.
