-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESP8285 based relay board doesn't like certificate #164
Comments
(pressed enter accidentally :-) no actual HTTP communication takes place int stage 2. see debug log. |
using charles i was able to capture the communication between the EWelink app and the OTA server:
|
Hi, I have same issue. Tried on Mac, on Windows (sonota.exe shutdown unexpectedly), on docker. |
From SonOff fw 1.6 SonOTA does not work anymore. |
link to the device: https://www.diymore.cc/products/diymore-dc12v-esp8285-self-lock-smart-home-wifi-wireless-switch-delay-relay-module-by-app-control-ios-android
process get stuck at stage2, the device is periodically trying to contact tornado (tried both 8443 and legacy) but the connection is FIN,ACK-ed after a few packets. did a packet capture, and it seems the stuff goes off right after server hello. with legacy the device returns to its original working state after two tries, with port 8443 it tries to update forever.
The text was updated successfully, but these errors were encountered: