Hello,

today i ran into a situation, where i notice firefox/chrome and gnutls-cli use 3 tcp sessions to get a single ssl session, where openssl s_client takes only one.

one tcp session is what i expect, and i hope someone may have an explanation.

compared the gnutls-cli with openssl s_client as thay would do no http interpretation, and are easely reproduced by commandline:

gnutls-cli  --insecure -V -r www.xs4all.nl </dev/null
 uses 3 tcp sessions to complete
openssl s_client -connect www.xs4all.nl:443 < /dev/null
 uses 1 tcp session to complete


Any idea how that may come? until now, i was under the impression a ssl session setup should only use 1 tcp session (apart from ocsp/crl checks)

Thanks in advance

Regards,
--
Arjan Filius
mailto:iafil...@xs4all.nl
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to