SSLClient icon indicating copy to clipboard operation
SSLClient copied to clipboard

How can I increase the SSL connection time

Open mikeme2009 opened this issue 3 years ago • 2 comments

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?

mikeme2009 avatar Mar 29 '22 18:03 mikeme2009

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.

prototypicalpro avatar Mar 29 '22 19:03 prototypicalpro

Thank you. I will try

mikeme2009 avatar Mar 29 '22 19:03 mikeme2009