Skip to content

Incompatibility with ESP32 Core 2.0 and Ethernet (Max token generation retry reached) #161

Answered by mobizt
Frtrillo asked this question in Q&A
Discussion options

You must be logged in to vote

The error when you compile the library with esp32 core v2.0.1-RC1 is about this workaround code

int ret = start_ssl_client(sslclient, host, port, _timeout, _CA_cert, NULL, NULL, NULL, NULL, _use_insecure);

that used to fix the serious memory leaks issue in core WiFiClientSecure class, which this issues have been report by me and others at esp32 repo

espressif/arduino-esp32#5480
espressif/arduino-esp32#5781
espressif/arduino-esp32#5826

Which start_ssl_client defined here in v2.0.1-RC1
https://github.com/espressif/arduino-esp32/blob/caa8d07aafa04441bb85e6046a795249c01d9e39/libraries/WiFiClientSecure/src/s…

Replies: 3 comments 11 replies

Comment options

You must be logged in to vote
9 replies
@mobizt
Comment options

@Frtrillo
Comment options

@mobizt
Comment options

@Frtrillo
Comment options

@mobizt
Comment options

Comment options

You must be logged in to vote
2 replies
@Frtrillo
Comment options

@mobizt
Comment options

Answer selected by mobizt
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants