OPEnSLab-OSU / SSLClient

🔒Add SSL/TLS functionality to any Arduino library
https://openslab-osu.github.io/SSLClient/index.html
GNU General Public License v3.0
150 stars 46 forks source link

How can I increase the SSL connection time #69

Open mikeme2009 opened 2 years ago

mikeme2009 commented 2 years ago

I have a custom pcb with Esp32 and W5500 and I want to update the firmware over ethernet. I managed to start download the firmware but after 1 min, I received this message: (SSLClient)(SSL_ERROR)(available): Cannot operate on a closed SSL connection. (SSLClient)(SSL_ERROR)(m_print_br_error): Incoming record is too large to be processed, or buffer is too small for the handshake message to send. Can someone help me?

prototypicalpro commented 2 years ago

I think you're having the same issue as #68, try the solutions I posted here: https://github.com/OPEnSLab-OSU/SSLClient/issues/68#issuecomment-1082303094.

mikeme2009 commented 2 years ago

Thank you. I will try