20 Jul
2025
20 Jul
'25
8:01 a.m.
On Jul 19, 2025, at 1:05 PM, Rodrigo Prieto <rodrigoprieto2019@gmail.com> wrote:
Hello, I'm currently working on configuring the TLS cache and noticed that, upon reconnection, the client rewrites both files (.asn1 and .vps) in the configured directory.
That's fine, If the files aren't changed, then the TLS resumption data could be used multiple times. i.e. it could also share it with other systems, and then multiple systems could get online. As a result, the files change every tme.
From what I understand, it should reuse the information stored in those files to avoid reestablishing the TLS connection from scratch.
Changing the files doesn't mean that it re-establishes the TLS connection from scratch. Alan DeKok.