Hi Matthew, I have tested version 10.0.0+ds1-1ubuntu0.1 on noble according to the above test plan and verified that after running tls13-ccs against the sample server.py there are still 10 worker threads and the server responds correctly.
Before ------ $ grep Threads /proc/$(pgrep -f server.py)/status Threads: 11 $ curl -I -k https://localhost:8443 HTTP/1.1 200 OK Content-type: text/plain Connection: close Date: Wed, 25 Mar 2026 20:24:39 GMT Server: Cheroot/10.0.0 ------- After ----- $ grep Threads /proc/$(pgrep -f server.py)/status Threads: 11 $ curl -I -k https://localhost:8443 HTTP/1.1 200 OK Content-type: text/plain Connection: close Date: Wed, 25 Mar 2026 20:27:06 GMT Server: Cheroot/10.0.0 ----- -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2143920 Title: [SRU] Uncaught SSL errors can crash worker threads To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/2143920/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
