chirptune
Explore posts from serversHow to reuse SSL session
In Ruby, you can create an openssl socket, reuse a session from another ssl socket, and then connect like this:
I have the impression that's not possible in deno right now, am I correct? I found this https://deno.com/blog/v1.7#tls-session-cache but no code showing how to use it.
4 replies