bneradt opened a new issue, #12398:
URL: https://github.com/apache/trafficserver/issues/12398

   ATS supports resumption of TLS sessions via the two broadly supported 
methods:
   
   * Origin TLS session caching
   * TLS ticket resumption
   
   For origin session caching resumption, ATS properly stores the curve in the 
ex_data and retrieves it upon logging the curve via cqssu. However, we 
incorrectly try to retrieve a non-existent cached value for TLS ticket 
resumption which results in cqssu always being `-` for resumed ticket sessions 
(the prefered TLS 1.3 method). For sessions resumed via TLS tickets, we can 
simply use the SSL object itself.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to