Right after the TLS handshake, Chrome closes the connection with a TCP FIN ACK message (no data has been sent yet on the connection), and I can not figure out why.
Any idea how to solve it?
Thanks,
Xavier
PS: here are the messages that I observe with Wireshark on the browser's side :
chrome turn-server
--> TCP SYN
<-- TCP SYN, ACK
--> ACK
--> TLSv1.2 Client Hello
<-- TLS v1.2 Server Hello, Certificate, Hello Done
--> TLS v1.2 Client Key Exchange, Change Cipher Spec, Encrypted Handshake Message
<-- TLS v1.2 New Session Ticket, Change Cipher Spec, Encrypted Handshake Message
--> TCP FIN ACK
<-- TCP FIN ACK