pkg/tinydtls: DTLS handshake does not work #19595
Labels
Area: network
Area: Networking
Area: security
Area: Security-related libraries and subsystems
Type: bug
The issue reports a bug / The PR fixes a bug (including spelling errors)
Description
The DTLS handshake does not work anymore since 2023.01.
I'm currently running
examples/gcoap_dtls
and see that the client sends "Client Hello" but gets no response from the server. After some seconds the node generates an Alert, probably as a result of a failed handshake.DTLS seems to be working fine on 2022.10.
Steps to reproduce the issue
Try
examples/gcoap_dtls
with the default settings and perform a GET request using DTLS (port 5684).Expected results
Actual results
Versions
The text was updated successfully, but these errors were encountered: