-
Notifications
You must be signed in to change notification settings - Fork 157
Error establishing connection with ESP8266 (ESP12) #138
Comments
Good to hear your configuration is confirmed on the ESP32. I have had success with either SSL configuration, what version of the Esp8266 SDK are you using (latest should be 2.6.1)? Also, how are you specifying the root certificate (static bytes in ciotc_config.h or SPIFFS)? |
I encountered the same issue and have gotten to the bottom of it:
To increase memory settings, see this change to Arduino/cores/esp8266/StackThunk.cpp. I hope this gets improved in a future release. |
Thanks @gguuss I'll give that a go. How do I enable all cyphers? |
I tested this today, as I was getting random resets until successfully connected. I discovered that the amount of bytes in the stack required to connect to the google lts server is more than the amount merged by Expand BSSL stack #6819 Right now I'm getting a max usage of:
If you are using PlatformIO, cyphers are enabled by default |
Thanks @DanielGarc |
I'm having difficulties getting an ESP12 to connect. I've followed the instruction carefully and uploaded the root certificates. I also created the device and configured everything on the Google Cloud end.
The ESP connects to the wifi but then restarts.
I tried running the same configuration on an ESP32 and it worked immediately.
What is the correct
SSL Support
setting?When configured to Basic I see the following in the console:
With all SSL chipers are enabled I get the following error:
The text was updated successfully, but these errors were encountered: