So I've been playing around with the #geminiprotocol and it occurred to me that I don't actually know how #TLS works. I want to know if the stream is still encrypted even if I skip cert verification (I also can't seem figure out #TOFU in #python). I was able to snoop on the stream with netcat but not I'm not sure what I'm looking at, after all it is a binary payload. Is there a tool for talking tls or am I stuck reading the RFC and doing it by hand?