Hi,
I am debugging a issue where the DTLS handshake does not complete. The Wireshark trace shows that the initial hellos are exchanged correctly. The server sends the ServerHelloDone message.
The chrome client then sends its Certificate, Client Key Exchange, Certificate Verify Cipher Spec and Encrypted Handshake messages. The client then sends 7 times the following messages: Certificate, Client Key Exchange, Certificate Verify, Change Cipher Spec, and Encrypted Handshake Message. All of this exchange appears normal as per RFC5246/RFC6347.
However, the chrome client does NOT send the Finished message.
Any idea why the chrome client does everything error free but never sends the Finished message?
Thanks,
-Andres