arduinoWebSockets icon indicating copy to clipboard operation
arduinoWebSockets copied to clipboard

esp32 with ssl don't work

Open joelzavala opened this issue 3 years ago • 0 comments

Hello @Links2004 The library is amazing, but when I send data via ssl with an esp32 it throws me the following error:

[E] [ssl_client.cpp: 36] _handle_error (): [data_to_read (): 287]: (-76) UNKNOWN ERROR CODE (004C) [WSc] No connection! [E] [WiFiClient.cpp: 309] setOption (): fail at fd -1, errno: 9, "Bad file number" At first the esp32 connects to the server and sends the data correctly, but sometimes it gives that error.

I send a binary buffer which is an image that captures the esp32 thinker ai

Any help or suggestion would help me a lot, thank you very much in advance :)

joelzavala avatar Aug 09 '21 22:08 joelzavala