TLS / SSL server hello in reuse mode -


does know how many times server try send hello client, after client has sent hello, before giving , closing session( if ssl id reused)?

does know how many times server try send hello client, after client has sent hello, before giving , closing session( if ssl id reused)?

at tls/ssl level, server send serverhello once, , won't 'give , close session' @ all. may give , close connection, if has read timeout set on socket: otherwise can sit there forever waiting next part of handshake client.

at tcp level happen several times if client doesn't ack it, don't think that's you're asking about.

ssl session resumption has nothing it.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -