devicehive / esp8266-firmware

DeviceHive esp8266 firmware. Control hardware via clouds with DeviceHive!
MIT License
165 stars 48 forks source link

Feature/secure websockets #38

Closed Pilatuz closed 6 years ago

Pilatuz commented 6 years ago

There is still an issue with supported server's certificate. ESP8266 firmware works with key size of 1024bit. If key size is 2048 or more the espconn_secure_connect() ends up with ESPCONN_RST error.