Zachary Crockett

Results 21 comments of Zachary Crockett

I'm also getting this same error. Here's a log snippet that happens on service start. I believe the pkey and cert are set up correctly. It's not obvious that these...

Sure thing — here it is with all the explanatory comments removed. When I put something in `ALL_CAPS` I have my own value there, and you should set yours. ```...

I notice that there are zero calls to `ERR_get_error()` or related error checking routines in `mainrelay.c`. That's the only way we can know for sure what's happening here.

At least for me, generating a dh file with openssl and setting dh-file in the config got rid of this error. 👍 Didn't know I had to do that. TIL....

If generating a DH file is required to avoid this error, then that should be added to some getting started documentation. That's all I had to do to get rid...

Thanks @m-mcgowan, totally agreed. This one is on hold until there's more testing and verification done, and it should definitely not increase binary size or RAM usage unless intentionally included...

We should use approach 3, sending the data with appropriate checksums over the existing socket. Understood: I and/or someone else we hire will work with you to write the server-side...

Agreed. Done. You should all have access to the new ota-dfu repository. You'll have to update your existing dfu project to point to the new github URL with this command:...

I'm seeing crashes on that assertion too. I don't yet know what's happening in detail, but I'll let you know if I learn anything useful.

Great suggestion @kevinkn! I'd welcome a PR, and if no one else gets to it, I will eventually. I've been compiling the Particle firmware locally (git clone, make).