Running test case with commissioner/joiner:
https://github.com/openthread/openthread/wiki/Thread-Commissioning-Example
I am working on proprietary prototype.
I get the following error after joiner start command:
> joiner start ot-psk
Done
> Join failed [Security]
My OpenThread stack is compiled with all the required preprocessor “define” needed for commissioner and joiner usecase:
/* Define to 1 to enable joiner. */
#define OPENTHREAD_ENABLE_JOINER 1
/* Define to 1 to enable the commissioner role. */
#define OPENTHREAD_ENABLE_COMMISSIONER 1
/* Define to 1 to enable dtls support. */
#define OPENTHREAD_ENABLE_DTLS 1
mbedtls is compiled with no change to mbeddtls-config.h.
Looking at the spec and compared to wireshark trace, I get following data flow:
Commissioner Joiner
ß-----------DTLS- Client Hello
Hello Verify Request----------------à
Server Hello,
Server Key Exchange,
Server Hello Done ----------------à
Client Key Exchange,
Change Cipher Spec,
<----------------------Encrypted Handshake
Alert (Level: Fatal,
Description: Handshake Failure) ---------à
--
You received this message because you are subscribed to the Google Groups "openthread-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openthread-users+unsubscribe@googlegroups.com.
To post to this group, send email to openthread-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openthread-users/d512c62c-42e4-441d-bfac-cca0a9a58e70%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "openthread-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openthread-users+unsubscribe@googlegroups.com.
To post to this group, send email to openthread-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openthread-users/867179d1-19fa-4f35-82ae-c20d806db2b7%40googlegroups.com.