blizanci icon indicating copy to clipboard operation
blizanci copied to clipboard

check that TLS close is being done properly

Open mk270 opened this issue 2 years ago • 2 comments

mk270 avatar May 12 '22 00:05 mk270

It is being done properly. See:

https://portal.mozz.us/gemini/gemini.ucant.org/?crt=1

and

$ printf "gemini://gemini.ucant.org/\r\n" | openssl s_client -ign_eof -connect gemini.ucant.org:1965
...
closed

nervuri avatar May 13 '22 14:05 nervuri

yeah sorry, the cases I'm worried about are when there's a timeout or error, server-side, rather than the default case.

Thanks for the tip re detecting the condition!

mk270 avatar May 13 '22 14:05 mk270