Re: [dev] Certificate-based credential (DTLS fails to find cipher suite)

2018-12-31 Thread Khaled Elsayed
Hi Gregg, For sure the file is read. It works when the file contents indicate a pre-shared key type of security. When it is changed to certificate based I get the handshake error. Caveat: I'm using statically configured stuff - no dynamic provisioning, > each side is already provisioned. I have

Re: [dev] Certificate-based credential (DTLS fails to find cipher suite)

2018-12-31 Thread Gregg Reynolds
Fwiw, I got this error, and it was because I did not provide the cbor file that gets read. Check the logs to make sure your cbor files actually get read successfully. It could be something as simple as a bad path. Hth Gregg On Mon, Dec 31, 2018, 4:02 AM Khaled Elsayed Hi Reporting on this: > >>

Re: [dev] Certificate-based credential (DTLS fails to find cipher suite)

2018-12-31 Thread Khaled Elsayed
Hi Reporting on this: > So, I will re-visit this and test the following: > 1) non-provisioned sampleserver_mfg with proper certificate chain > 2) provisioningclient with proper certificate chain provisions the > sampleserver > (I re-confirm 1 and 2 already work great either with sample code and